Skip to content

Commit fbfa124

Browse files
committed
Expand the README's usage section
Expand the "Usage" section of the README to also include the `extern crate` and `use` incantations.
1 parent ce8b80c commit fbfa124

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ with the rest of your dependencies:
2222
void = "*"
2323
```
2424

25+
Then, use `Void` in your crate:
26+
27+
```rust
28+
extern crate void;
29+
use void::Void;
30+
```
31+
2532
## Author
2633

2734
[Jonathan Reem](https://medium.com/@jreem) is the primary author and maintainer of void.

0 commit comments

Comments
 (0)