Browse Source

Update README to clarify instruction about testing.

Nikita Lutsenko 4 years ago
parent
commit
8aa0b275fd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -130,7 +130,8 @@ The first time this is run, it may take a while to install the dependencies. It
 
 You can also run tests inside Xcode, which runs the same thing, but makes it easier to debug.
 
-- Choose the `SocketRocket` target
+- Choose the `SocketRocketTests` target
+- Make sure your running destination is either your Mac or any Simulator
 - Run the test action (`⌘+U`)
 
 ### TestChat Demo Application