We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5734f4 commit 0658071Copy full SHA for 0658071
README.md
@@ -109,7 +109,7 @@ Codepen::getPopularPens($username);
109
Codepen::getPublicPens($username);
110
// e.g sample $username is chriscoyier, returns an array of the public pens belonging to chriscoyier
111
112
-Codepen::getForkedPens(($username);
+Codepen::getForkedPens($username);
113
// e.g sample $username is chriscoyier, returns an array of the most forked pens belonging to chriscoyier
114
115
```
0 commit comments