From 1f475220c6fe2cdec62895c870771b0792b1f92d Mon Sep 17 00:00:00 2001 From: John Holdsworth Date: Sat, 2 May 2020 13:18:52 +0200 Subject: [PATCH] Tweak to README.md (#223) --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6683b0a..460f3271 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,10 @@ When InjectionIII is running, select the "Remote/Start Server" menu item to star server and then run your app. It should connect to the server which will pop up a window showing the device display and accepting tap events. Events can be saved as `macros` and replayed. If you include a snapshot in a macro this will -be compared against the device display (within an editable tolerance) when your -replay the macro for automated testing. As it operates over the network, `Remote` -isn't fast enough to capture animationed transitions. +be compared against the device display (within a tolerance) when you replay +the macro for automated testing. Remote can also be used to capture videos +of your app in operation but as it operates over the network, it isn't fast enough +to capture animated transitions. ## SwiftEval - Yes, it's eval() for Swift