Skip to content

Commit

Permalink
s/rise/tide
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Aug 10, 2018
1 parent 9da9a1e commit b67ec1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rise"
name = "tide"
version = "0.1.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yoshuawuyts/rise"
documentation = "https://docs.rs/rise"
repository = "https://github.com/yoshuawuyts/tide"
documentation = "https://docs.rs/tide"
description = "WIP modular web framework"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
readme = "README.md"
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rise
# tide
[![crates.io version][1]][2] [![build status][3]][4]
[![downloads][5]][6] [![docs.rs docs][7]][8]

Expand All @@ -13,17 +13,17 @@ WIP modular web framework.

## Installation
```sh
$ cargo add rise
$ cargo add tide
```

## License
[MIT](./LICENSE-MIT) OR [Apache-2.0](./LICENSE-APACHE)

[1]: https://img.shields.io/crates/v/rise.svg?style=flat-square
[2]: https://crates.io/crates/rise
[3]: https://img.shields.io/travis/yoshuawuyts/rise.svg?style=flat-square
[4]: https://travis-ci.org/yoshuawuyts/rise
[5]: https://img.shields.io/crates/d/rise.svg?style=flat-square
[6]: https://crates.io/crates/rise
[1]: https://img.shields.io/crates/v/tide.svg?style=flat-square
[2]: https://crates.io/crates/tide
[3]: https://img.shields.io/travis/yoshuawuyts/tide.svg?style=flat-square
[4]: https://travis-ci.org/yoshuawuyts/tide
[5]: https://img.shields.io/crates/d/tide.svg?style=flat-square
[6]: https://crates.io/crates/tide
[7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
[8]: https://docs.rs/rise
[8]: https://docs.rs/tide

0 comments on commit b67ec1b

Please sign in to comment.