We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bbc5d commit 3467888Copy full SHA for 3467888
README.md
@@ -38,9 +38,9 @@ end
38
It will import all local pods in that folder and its subfolders recrusively, equivalent of:
39
40
```
41
-pod AAA, :path => "modules/AAA"
42
-pod BBB, :path => "modules/BBB"
43
-pod CCC, :path => "modules/some/path/to/CCC"
+pod "AAA", :path => "modules/AAA"
+pod "BBB", :path => "modules/BBB"
+pod "CCC", :path => "modules/some/path/to/CCC"
44
#...
45
46
0 commit comments