Skip to content

Commit cf4c648

Browse files
committed
Docs updated
1 parent ebeabb0 commit cf4c648

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- CSRF protection for main form.
1111
- Health check for Docker.
12-
- Heroku application manifest.
12+
- Heroku application manifest for simple deployment.
1313

1414
### Changed
1515
- Server options moved to separate struct.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you have ideas to improve the our safety/security so far as possible please p
2020

2121
## Settings
2222

23-
Configuration settings can be set with `.env` file or environment.
23+
Configuration settings can be set with .env file or environment.
2424

2525
``DATABASE_URL`` - Data source name (DSN) for PostgreSQL database.
2626

@@ -34,7 +34,7 @@ Deploy to Heroku cloud:
3434

3535
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/osminogin/tornote)
3636

37-
Or build and run locally:
37+
Build and run locally with Docker:
3838

3939
```bash
4040
git clone https://github.com/osminogin/tornote
@@ -45,8 +45,8 @@ docker run -p 8000:8000 -e DATABASE_URL=... -e SECRET_KEY=... tornote
4545

4646
## ChangeLog
4747

48-
[CHANGELOG.md](https://raw.githubusercontent.com/osminogin/tornote/master/CHANGELOG.md)
48+
[CHANGELOG.md](https://github.com/osminogin/tornote/blob/master/CHANGELOG.md)
4949

5050
## License
5151

52-
See [COPYING](https://raw.githubusercontent.com/osminogin/tornote/master/COPYING)
52+
See [COPYING](https://github.com/osminogin/tornote/blob/master/COPYING)

0 commit comments

Comments
 (0)