Skip to content

Commit 46b1232

Browse files
authored
Update badges and formatting (#8)
* Update badges and formatting * Add docs badge
1 parent 2383f1a commit 46b1232

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ version = "0.2.5-alpha.0"
44
description = "Library for serializing the TileJSON file format"
55
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]
66
edition = "2018"
7-
license = "MIT/Apache-2.0"
7+
license = "MIT OR Apache-2.0"
88
documentation = "https://docs.rs/tilejson"
99
homepage = "https://github.com/georust/tilejson"
1010
repository = "https://github.com/georust/tilejson"
1111
readme = "README.md"
1212
keywords = ["mapbox", "tilejson", "serde"]
1313

14-
[badges]
15-
travis-ci = { repository = "georust/tilejson" }
16-
1714
[dependencies]
1815
serde = { version = "1.0", features = ["derive"] }
1916
serde_json = "1.0"

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# tilejson
22

3-
[![Build Status](https://travis-ci.org/georust/tilejson.svg)](https://travis-ci.org/georust/tilejson)
4-
[![tilejson on Crates.io](https://meritbadge.herokuapp.com/tilejson)](https://crates.io/crates/tilejson)
5-
6-
[Documentation](https://docs.rs/tilejson/)
3+
[![Build Status](https://github.com/georust/tilejson/workflows/Run%20tests/badge.svg)](https://github.com/georust/tilejson/actions)
4+
[![tilejson on crates.io](https://img.shields.io/crates/v/tilejson.svg)](https://crates.io/crates/tilejson)
5+
[![API Docs](https://docs.rs/tilejson/badge.svg)](https://docs.rs/tilejson)
76

87
`tilejson` is a crate for serializing/deserializing the [TileJSON](https://github.com/mapbox/tilejson-spec) format — an open standard for representing map metadata.
98

@@ -66,8 +65,8 @@ Contributions are welcome! Have a look at the [issues](https://github.com/georus
6665

6766
Licensed under either of
6867

69-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
70-
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
68+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
69+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
7170

7271
at your option.
7372

0 commit comments

Comments
 (0)