Skip to content

Commit 3986038

Browse files
committed
Updating README
1 parent ad08126 commit 3986038

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -47,36 +47,36 @@ SwiftIcons supports different objects from the object library.
4747
Make sure you have the latest version of CocoaPods by running:
4848

4949
```bash
50-
$ gem install cocoapods
51-
# (or if the above fails)
52-
$ sudo gem install cocoapods
50+
$ gem install cocoapods
51+
# (or if the above fails)
52+
$ sudo gem install cocoapods
5353
```
5454

5555
Update your local specs repo by running:
5656

5757
```bash
58-
$ pod repo update
58+
$ pod repo update
5959
```
6060

6161
Add the following lines to your `Podfile`:
6262

6363
```ruby
64-
target 'YourProject' do
65-
use_frameworks!
66-
pod 'SwiftIcons', '~> 1.0.1'
67-
end
64+
target 'YourProject' do
65+
use_frameworks!
66+
pod 'SwiftIcons', '~> 1.0.1'
67+
end
6868
```
6969

7070
Then run the following command
7171

7272
```bash
73-
$ pod install
73+
$ pod install
7474
```
7575

7676
You can start using the library by importing it wherever you want
7777

7878
```swift
79-
import SwiftIcons
79+
import SwiftIcons
8080
```
8181

8282
### Manually

0 commit comments

Comments
 (0)