Skip to content

Commit

Permalink
docs: update install instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed May 1, 2024
1 parent d7e2fea commit 4c3bda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Ensure you have Rust installed on your machine. If not, you can install Rust by

### Installation

Add `OwnedRefCell` to your Rust project by including it in your `Cargo.toml` dependencies:
Add `OwnedRefCell` to your Rust project with `cargo add owned-ref-cell` or by including it in your `Cargo.toml` dependencies directly:

```toml
[dependencies]
Expand Down

0 comments on commit 4c3bda6

Please sign in to comment.