From 9efaee0b5402c725e2c152643d448182881a2898 Mon Sep 17 00:00:00 2001 From: momf Date: Tue, 3 Mar 2020 21:20:21 +0900 Subject: [PATCH] update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8a818c1..5c40e3a 100644 --- a/README.md +++ b/README.md @@ -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