Skip to content

Commit

Permalink
Changed v1.0.0-rc.1 to v1.0.0 in documentation
Browse files Browse the repository at this point in the history
Whitespace fixes.
  • Loading branch information
jeffh committed Jul 19, 2015
1 parent fc3d29b commit c53d9b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions Documentation/InstallingQuick.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,13 @@ Then, add Quick and Nimble to your Podfile. Additionally, the ```use_frameworks!
use_frameworks!

def testing_pods

# If you're using Xcode 7 / Swift 2
pod 'Quick', '0.5.0'
pod 'Nimble', '2.0.0-rc.1'

# If you're using Xcode 6 / Swift 1.2
pod 'Quick', '0.3.0'
pod 'Nimble', '1.0.0-rc.1'
pod 'Nimble', '1.0.0'
end

target 'MyTests' do
Expand All @@ -118,7 +117,6 @@ end
target 'MyUITests' do
testing_pods
end

```

Finally, download and link Quick and Nimble to your tests:
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ All documentation can be found in the [Documentation folder](./Documentation), i
use_frameworks!

def testing_pods

# If you're using Xcode 7 / Swift 2
pod 'Quick', '0.5.0'
pod 'Nimble', '2.0.0-rc.1'

# If you're using Xcode 6 / Swift 1.2
pod 'Quick', '0.3.0'
pod 'Nimble', '1.0.0-rc.1'
pod 'Nimble', '1.0.0'
end

target 'MyTests' do
Expand All @@ -60,7 +59,6 @@ end
target 'MyUITests' do
testing_pods
end

```

## License
Expand Down

0 comments on commit c53d9b9

Please sign in to comment.