Skip to content

Commit

Permalink
Merge pull request #1 from janpio/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
nafu committed Aug 5, 2017
2 parents 021ee73 + 459a5f3 commit e212fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Update Xcode projects

```ruby
update_xcodeproj(
xcodeproj: 'Example.xcodepoj', # Optional path to xcodeproj, will use first .xcodeproj if not set
xcodeproj: 'Example.xcodeproj', # Optional path to xcodeproj, will use first .xcodeproj if not set
options: {'VARIABLE_YOUR_WANT_TO_CHANGE': 'new value'} # Key & Value pair to update xcode project
)
```
Expand Down

0 comments on commit e212fc6

Please sign in to comment.