Skip to content

Commit 5392938

Browse files
authored
Update README.md
1 parent 1a956be commit 5392938

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bevy_http_client
22

33
[![Crates.io](https://img.shields.io/crates/v/bevy_http_client)](https://crates.io/crates/bevy_http_client)
4-
[![crates.io](https://img.shields.io/crates/d/bevy_http_client)](https://crates.io/crates/bevy_cronjob)
4+
[![Downloads](https://img.shields.io/crates/d/bevy_http_client)](https://crates.io/crates/bevy_http_client)
55
[![Documentation](https://docs.rs/bevy_http_client/badge.svg)](https://docs.rs/bevy_http_client)
66
[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/Seldom-SE/seldom_pixel#license)
77

@@ -56,7 +56,12 @@ fn handle_response(mut ev_response: EventReader<TypedResponse<IpInfo>>) {
5656

5757
## License
5858

59-
Dual-licensed under either
59+
Dual-licensed under either:
6060

61-
- MIT
62-
- Apache 2.0
61+
- [`MIT`](LICENSE-MIT): [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT)
62+
- [`Apache 2.0`](LICENSE-APACHE): [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
63+
64+
at your option. This means that when using this crate in your game, you may choose which license to use.
65+
66+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
67+
defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)