Skip to content

Commit

Permalink
fix port number to keep consistency (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanhappy authored Jul 24, 2022
1 parent d7d9007 commit 8062354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Execute the below command, your slack will receive the article list of the RSS
feed.
```bash
$ curl -H X-Rss-Url:https://hnrss.org/newest?count=5 https://127.0.0.1:8080/rss
$ curl -H X-Rss-Url:https://hnrss.org/newest?count=5 https://127.0.0.1:10080/rss
```
Please note the maximum message size Slack allowed is about 3K, so you will
Expand Down

0 comments on commit 8062354

Please sign in to comment.