Fix readme

This commit is contained in:
Felix Bargfeldt 2023-05-23 15:07:16 +02:00
parent 90f75031c3
commit b9505a6e88
Signed by: Defelo
GPG key ID: 2A05272471204DD3

View file

@ -7,7 +7,7 @@
# key-rwlock
Simple library for keyed asynchronous reader-writer locks.
#### Example
## Example
```rust
use key_rwlock::KeyRwLock;