Skip to content

Commit 0c8a9ce

Browse files
committed
Update readme
1 parent ddd764f commit 0c8a9ce

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To update all the feeds run the `fetch` command:
5454

5555
$ coldsweat fetch
5656

57-
You should use `cron` or similar utilities to shedule feed fetches periodically.
57+
You should use `cron` or similar utilities to schedule feed fetches periodically.
5858

5959
### Run the web UI
6060

@@ -66,7 +66,7 @@ Then you can run the Flask development web server and access the web UI:
6666
* Running on http://127.0.0.1:5000
6767
...
6868

69-
See _[setup]_ page for additional information.
69+
See [Setup] and [Deploy] pages for additional information.
7070

7171
## Upgrading from a previous version
7272

@@ -78,7 +78,7 @@ Upgrade to the latest Coldsweat version with:
7878

7979
## Contributing
8080

81-
See _[contributing]_ page.
81+
See [Contributing] page.
8282

8383
## 0.10 technical underpinnings
8484

@@ -101,8 +101,9 @@ Coldsweat started in July 2013 as a fork of [Bottle Fever][b] by Rui Carmo. Afte
101101
[rk]: https://readkitapp.com/
102102
[r]: https://reederapp.com/
103103
[ff]: https://github.com/passiomatic/coldsweat/wiki/Fetcher-features
104-
[setup]: https://github.com/passiomatic/coldsweat/wiki/Setup
105-
[contributing]: https://github.com/passiomatic/coldsweat/wiki/Contributing
104+
[Setup]: https://github.com/passiomatic/coldsweat/wiki/Setup
105+
[Deploy]: https://github.com/passiomatic/coldsweat/wiki/Deploy
106+
[Contributing]: https://github.com/passiomatic/coldsweat/wiki/Contributing
106107
[venv]: https://docs.python.org/3/library/venv.html
107108
[flask]: https://flask.palletsprojects.com/en/2.3.x/
108109
[disco]: https://flask.palletsprojects.com/en/2.3.x/cli/#application-discovery

0 commit comments

Comments
 (0)