Skip to content

Commit

Permalink
Fix and add links
Browse files Browse the repository at this point in the history
Add examples
  • Loading branch information
nishanths committed Dec 24, 2015
1 parent 1a1ab0d commit 9983a2f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

Generate Heroku-like random names to use in your Rust applications.

```
snowy-meadow-1347
delicate-haze-8496
cold-wildflower-3957
```

[crates.io](https://crates.io/crates/haikunator/)

## Installation

Add to your `Config.toml` dependencies
Expand Down Expand Up @@ -103,15 +111,16 @@ pub struct Haikunator<'a> {

Everyone is encouraged to help improve this project. Here are a few ways you can help:

- [Report bugs](https://github.com/atrox/haikunatorgo/issues)
- Fix bugs and [submit pull requests](https://github.com/atrox/haikunatorgo/pulls)
- [Report bugs](https://github.com/nishanths/rust-haikunator/issues)
- Fix bugs and [submit pull requests](https://github.com/nishanths/rust-haikunator/pulls)
- Write, clarify, or fix documentation
- Suggest or add new features

## Other Languages

Haikunator is also available in other languages. Check them out:

- Go: <https://github.com/Atrox/haikunatorgo>
- Node: <https://github.com/Atrox/haikunatorjs>
- .NET: <https://github.com/Atrox/haikunator.net>
- Python: <https://github.com/Atrox/haikunatorpy>
Expand All @@ -122,4 +131,4 @@ Haikunator is also available in other languages. Check them out:

## License

rust-haikunator is available under the [MIT License](https://github.com/nishanths/rust-haikunator/blob/master/LICENSE).
rust-haikunator is available under the [MIT License](https://github.com/nishanths/rust-haikunator/blob/master/LICENSE).

0 comments on commit 9983a2f

Please sign in to comment.