Skip to content

Commit 98316c4

Browse files
committed
Update Readme
1 parent 9c69785 commit 98316c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Use this library to open a path or URL using the program configured on the system. It is equivalent to running one of the following:
55

66
```bash
7-
# OSX
7+
# macOS
88
$ open <path-or-url>
99
# Windows
1010
$ start <path-or-url>
@@ -29,8 +29,8 @@ open::that("https://rust-lang.org");
2929
open::with("https://rust-lang.org", "firefox");
3030
```
3131

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

3434
# Credits
3535

36-
The implementation is based on the respective functionality of [cargo](https://github.com/rust-lang/cargo), but was improved to allow some error handling.
36+
The implementation is based on the respective functionality of [Cargo](https://github.com/rust-lang/cargo), but was improved to allow some error handling.

0 commit comments

Comments
 (0)