Skip to content

Commit 9a62404

Browse files
authored
Examples readme
1 parent 4a847ba commit 9a62404

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Examples
2+
3+
## reddit-async.php
4+
5+
Call reddit using the async client, accepts multiple subreddits: `php examples/reddit-async.php aww php wow`
6+
7+
## reddit-single.php
8+
9+
Call reddit using the sync client, accepts one subreddit: `php examples/reddit.php aww`
10+
11+
## reddit.php
12+
13+
Call reddit using the sync client, accepts multiple subreddits: `php examples/reddit.php aww php wow`

0 commit comments

Comments
 (0)