Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanielsen authored Dec 17, 2023
1 parent 9ea66b8 commit 57999b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
*"The PocketBase of CDNs" - Me*
### A fast and easy-to-use CDN, built with Go.

Utilizing a SQLite database with GORM and the Gin web-framework. UI built with [Vite](https://vite.js/) + [React](https://react.dev/) and [wouter](https://github.com/molefrog/wouter).
Utilizing an SQLite database with GORM and the Gin web framework. UI built with [Vite](https://vite.js/) + [React](https://react.dev/) and [wouter](https://github.com/molefrog/wouter).

## How to use

See the API documentation at [go-fast-cdn.redoc.ly](https://go-fast-cdn.redoc.ly/)
See our documentation at [kevinanielsen.github.io/go-fast-cdn/](https://kevinanielsen.github.io/go-fast-cdn/)

## Development

Expand All @@ -18,7 +18,7 @@ or `git clone https://github.com:kevinanielsen/go-fast-cdn`
### Add env variables

This project uses [dotenv](https://vault.dotenv.org/) and I recommend that you do the same. <br>
Read more abou the usage on their page. <br><br>
Read more about the usage on their page. <br><br>
If you do not wish to use this, you can just rename `.example.env` to `.env` and fill in the fields.

### Building the binary
Expand Down

0 comments on commit 57999b3

Please sign in to comment.