mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix minor typo
Fixed misspelling of 'beginnings' in README.md
This commit is contained in:
parent
2068f05482
commit
4f0fc16c62
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue