Skip to content

Commit 2d391e9

Browse files
authored
Update Readme (#834)
1 parent 71a2466 commit 2d391e9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Documentation](https://docs.rs/git2)
44

5-
libgit2 bindings for Rust
5+
libgit2 bindings for Rust.
66

77
```toml
88
[dependencies]
@@ -37,23 +37,22 @@ pre-commit hook found [here][pre-commit-hook] and place it into the
3737
`.git/hooks/` with the name `pre-commit`. You may need to add execution
3838
permissions with `chmod +x`.
3939

40-
4140
To skip tests on a simple commit or doc-fixes, use `git commit --no-verify`.
4241

43-
## Building on OSX 10.10+
42+
## Building on macOS 10.10+
4443

4544
If the `ssh` feature is enabled (and it is by default) then this library depends
4645
on libssh2 which depends on OpenSSL. To get OpenSSL working follow the
47-
[`openssl` crate's instructions](https://github.com/sfackler/rust-openssl#macos).
46+
[`openssl` crate's instructions](https://github.com/sfackler/rust-openssl/blob/master/openssl/src/lib.rs#L31).
4847

4948
# License
5049

5150
This project is licensed under either of
5251

5352
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
54-
http://www.apache.org/licenses/LICENSE-2.0)
53+
https://www.apache.org/licenses/LICENSE-2.0)
5554
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
56-
http://opensource.org/licenses/MIT)
55+
https://opensource.org/licenses/MIT)
5756

5857
at your option.
5958

0 commit comments

Comments
 (0)