README.md in synx-0.0.4 vs README.md in synx-0.0.5

- old
+ new

@@ -45,12 +45,12 @@ --exclusion, -e EXCLUSION ignore an Xcode group while syncing ``` OCMock, for example, could have done: - $ synx -p -e=OCMock/Core -e=OCKMockTests Source/OCMock.xcodeproj + $ synx -p -e "/OCMock/Core Mocks" -e /OCMockTests Source/OCMock.xcodeproj/ -if they wanted to not sync the `OCMock/Core` and `OCMockTests` groups, and also remove (`-p`) any image/source files found by synx that weren't ever referenced by any groups in Xcode. +if they wanted to not sync the `/OCMock/Core Mocks` and `/OCMockTests` groups, and also remove (`-p`) any image/source files found by synx that weren't ever referenced by any groups in Xcode. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)