fix minor typo

Fixed misspelling of 'beginnings' in README.md
This commit is contained in:
Andrew Hoetker 2019-12-29 15:42:25 +11:00 committed by GitHub
parent 2068f05482
commit 4f0fc16c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ let countries = sqlx::query!(
.await?;
```
See the beginngins of a [RealWorld](https://github.com/gothinkster/realworld/tree/master/api#users-for-authentication) implementation in [examples/realworld-postgres](./examples/realworld-postgres).
See the beginnings of a [RealWorld](https://github.com/gothinkster/realworld/tree/master/api#users-for-authentication) implementation in [examples/realworld-postgres](./examples/realworld-postgres).
## Safety