Skip to content

Commit 74c376d

Browse files
authored
Merge pull request #789 from atouchet/ver
Update Readme
2 parents d1cdbba + 8ba2366 commit 74c376d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runtime. After running `cargo init` add the following lines to your
5353

5454
```toml
5555
# Example, use the version numbers you need
56-
tide = "0.15.0"
56+
tide = "0.16.0"
5757
async-std = { version = "1.8.0", features = ["attributes"] }
5858
serde = { version = "1.0", features = ["derive"] }
5959
```
@@ -167,8 +167,8 @@ This describes the minimum behavior expected from all contributors.
167167
168168
Licensed under either of
169169
170-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
171-
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
170+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
171+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
172172
173173
at your option.
174174

0 commit comments

Comments
 (0)