Skip to content

Commit bcc120d

Browse files
committed
docs: Update README
1 parent ac1c974 commit bcc120d

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.bumpversion.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
[tool.bumpversion]
66
current_version = "0.1.2"
77

8-
[[tool.bumpversion.files]]
9-
filename = "README.md"
10-
118
[[tool.bumpversion.files]]
129
filename = "src/lib.rs"

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ keywords = ["bit", "bitint", "integer", "numeric"]
1717
categories = ["data-structures", "no-std"]
1818
include = ["/LICENSES", "/README.md", "/src"]
1919

20-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21-
2220
[dependencies]
2321
num-traits = { version = "0.2.19", default-features = false }
2422

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ SPDX-License-Identifier: Apache-2.0 OR MIT
1717

1818
## Usage
1919

20-
Add this to your `Cargo.toml`:
20+
Run the following command in your project directory:
2121

22-
```toml
23-
[dependencies]
24-
bit-int = "0.1.2"
22+
```sh
23+
cargo add bit-int
2524
```
2625

2726
### Documentation

0 commit comments

Comments
 (0)