Skip to content

Commit

Permalink
Fix version in readme document
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd authored and Byron committed Apr 17, 2023
1 parent 370f03b commit b076fc4
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 @@ -17,7 +17,7 @@ $ xdg-open <path-or-url> || gio open <path-or-url> || gnome-open <path-or-url> |
Add this to your Cargo.toml
```toml
[dependencies]
open = "3"
open = "4"
```
…and open something using…
```Rust
Expand Down

0 comments on commit b076fc4

Please sign in to comment.