Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit f760a47

Browse files
authored
Update README.md
1 parent 2936b99 commit f760a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you don't feel like building it from source, go to Releases page.
3030
Run the following command:
3131

3232
```
33-
reddit-post-exporter -subreddit <subreddit> -limit <limit> -categoryID <categoryID>
33+
reddit-post-exporter -subreddit=<subreddit> -limit=<limit> -categoryID=<categoryID>
3434
```
3535
Where:
3636

@@ -41,7 +41,7 @@ Where:
4141
### Example
4242

4343
```
44-
reddit-post-exporter -subreddit golang -limit 10 -categoryID 0
44+
reddit-post-exporter -subreddit=golang -limit=10 -categoryID=0
4545
```
4646
This will fetch 10 posts from "Top" sort from the "golang" subreddit and save their JSON data, along with their comments, in the following directory structure:
4747
```

0 commit comments

Comments
 (0)