Skip to content

Commit

Permalink
README: Fix broken workflow badge link and fix Markdown lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed May 3, 2023
1 parent aba232f commit 964d7c0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
@@ -1,7 +1,6 @@
馃 android-sdkmanager-rs
=
# 馃 android-sdkmanager-rs

[![Actions Status](https://github.com/Traverse-Research/android-sdkmanager-rs/workflows/CI/badge.svg)](https://github.com/Traverse-Research/android-sdkmanager-rs/actions)
[![Actions Status](https://github.com/Traverse-Research/android-sdkmanager-rs/actions/workflows/ci.yaml/badge.svg)](https://github.com/Traverse-Research/android-sdkmanager-rs/actions)
[![Latest version](https://img.shields.io/crates/v/android-sdkmanager-rs.svg)](https://crates.io/crates/android-sdkmanager-rs)
[![Docs](https://docs.rs/android-sdkmanager-rs/badge.svg)](https://docs.rs/android-sdkmanager-rs/)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT)
Expand All @@ -15,16 +14,16 @@
android-sdkmanager-rs = "0.5.0"
```

### License
## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](../master/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](../master/LICENSE-MIT) or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0, ([LICENSE-APACHE](../master/LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](../master/LICENSE-MIT) or <http://opensource.org/licenses/MIT>)

at your option.

### Contribution
## Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
Expand Down

0 comments on commit 964d7c0

Please sign in to comment.