Skip to content

Commit 913e08e

Browse files
authored
Merge pull request raulriera#143 from askari01/patch-1
updated readme
2 parents 66d5ecb + 908bf23 commit 913e08e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ Add the following to your Podfile:
5959

6060
``` ruby
6161
use_frameworks!
62-
pod "TextFieldEffects"
62+
pod 'TextFieldEffects'
6363
```
6464

6565
### Carthage
6666

6767
Add the following to your Cartfile:
6868

6969
``` ruby
70-
github "raulriera/TextFieldEffects"
70+
github 'raulriera/TextFieldEffects'
7171
```
7272

7373
## How to use them

0 commit comments

Comments
 (0)