fix: path of rpc-db in README.md in examples (#6041)

This commit is contained in:
Sen Yang
2024-01-12 11:22:20 -05:00
committed by GitHub
parent 3ce9fcf7e5
commit 9d8fbd3ac5

View File

@ -10,7 +10,7 @@ cargo run --example $name
```
A good starting point for the examples would be [`db-access`](db-access.rs)
and [`rpc-db`](rpc-db.rs).
and [`rpc-db`](rpc-db).
If you've got an example you'd like to see here, please feel free to open an
issue. Otherwise if you've got an example you'd like to add, please feel free