Skip to content

Commit bc2c604

Browse files
committed
Update README
1 parent 37e64d4 commit bc2c604

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,15 @@ XCTAssertEqualObjects(zippedArray, @[ @[ @13, @"100" ], @[ @42, @"14" ] ]);
9999
100100
Add the following to your `Podfile`:
101101
102-
pod 'FunctionalObjC', '~> 1.0'
102+
```ruby
103+
pod 'FunctionalObjC', '~> 1.0'
104+
```
103105

104106
Or, if you would also like to include the tests:
105107

106-
pod 'FunctionalObjC', '~> 1.0', :testspecs => ['Tests']
108+
```ruby
109+
pod 'FunctionalObjC', '~> 1.0', :testspecs => ['Tests']
110+
```
107111

108112
Then, run `pod install`.
109113

0 commit comments

Comments
 (0)