Skip to content

Commit 3467888

Browse files
authored
Update README.md
1 parent a9bbc5d commit 3467888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ end
3838
It will import all local pods in that folder and its subfolders recrusively, equivalent of:
3939

4040
```
41-
pod AAA, :path => "modules/AAA"
42-
pod BBB, :path => "modules/BBB"
43-
pod CCC, :path => "modules/some/path/to/CCC"
41+
pod "AAA", :path => "modules/AAA"
42+
pod "BBB", :path => "modules/BBB"
43+
pod "CCC", :path => "modules/some/path/to/CCC"
4444
#...
4545
```
4646

0 commit comments

Comments
 (0)