Skip to content

Commit a517677

Browse files
[laravel-codepen] Update ReadMe
1 parent a6b27f3 commit a517677

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,25 @@ Codepen::getProfile($username);
9191
+"links": array:3 [▶]
9292
}
9393

94-
Codepen::user('chriscoyier')->location
94+
Codepen::user('chriscoyier')->location;
9595
// returns Milwaukee, WI
9696

97-
Codepen::user('chriscoyier')->nicename
97+
Codepen::user('chriscoyier')->nicename;
9898
// returns Chris Coyier
9999

100-
Codepen::user('chriscoyier')->username
100+
Codepen::user('chriscoyier')->username;
101101
// returns chriscoyier
102102

103-
Codepen::user('chriscoyier')->avatar
103+
Codepen::user('chriscoyier')->avatar;
104104
// returns //s3-us-west-2.amazonaws.com/s.cdpn.io/3/profile/profile-512_22.jpg
105105

106-
Codepen::user('chriscoyier')->bio
106+
Codepen::user('chriscoyier')->bio;
107107
// returns I'm kinda into this whole CodePen thing.
108108

109-
Codepen::user('chriscoyier')->followers
109+
Codepen::user('chriscoyier')->followers;
110110
// returns 6399
111111

112-
Codepen::user('chriscoyier')->following
112+
Codepen::user('chriscoyier')->following;
113113
// returns 1165
114114

115115
Codepen::getLovedPosts($username);

0 commit comments

Comments
 (0)