Skip to content

Commit

Permalink
docs: update dependency reference in README
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed May 1, 2024
1 parent 6c0e0bd commit d7e2fea
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 @@ -25,7 +25,7 @@ Add `OwnedRefCell` to your Rust project by including it in your `Cargo.toml` dep

```toml
[dependencies]
owned_ref_cell = { git = "https://github.com/snormore/owned_ref_cell.git" }
owned_ref_cell = "0.1.0"
```

### Usage
Expand Down

0 comments on commit d7e2fea

Please sign in to comment.