Skip to content

Commit

Permalink
Fix wrong runscript command in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Jan 30, 2016
1 parent c76cee4 commit 3b47e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ elif [ $cuckooReturn == 127 ]; then
fi
# Generate mock files (you can use xcode build variables to declare relative paths)
cuckoo generate -version $CUCKOO_VERSION -testable SomeAppModule -output ./GeneratedMocks/ FileToMock.swift FileToMock2.swift FileToMock3.swift
cuckoo generate --runtime $CUCKOO_VERSION --testable SomeAppModule --output ./GeneratedMocks/ FileToMock.swift FileToMock2.swift FileToMock3.swift
```

## Usage
Expand Down Expand Up @@ -142,4 +142,4 @@ Tadeas Kriz, tadeas@brightify.org

## License

Cuckoo is available under the MIT license. See the LICENSE file for more info.
Cuckoo is available under the MIT license. See the LICENSE file for more info.

0 comments on commit 3b47e1e

Please sign in to comment.