Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
momf authored and Byron committed Mar 8, 2020
1 parent 9b83669 commit 9efaee0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ open = "*"
open::that("https://rust-lang.org");
```

or, open with something app
```Rust
open::with("https://rust-lang.org", "firefox");
```

Follow this link for the [massive API docs](http://byron.github.io/open-rs).

# Credits
Expand Down

0 comments on commit 9efaee0

Please sign in to comment.