Skip to content

Commit

Permalink
Merge pull request #10 from joostlek/codeql
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
joostlek committed May 7, 2023
2 parents 60d4d67 + a1ec17b commit 11dd1c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![Build Status][build-shield]][build]
[![Code Coverage][codecov-shield]][codecov]
[![Code Quality][code-quality-shield]][code-quality]
[![Code Smells][code-smells]][sonarcloud]

Asynchronous Python client for the OpenSky API.

Expand All @@ -19,7 +19,7 @@ This package allows you to request data about aircraft around the world.
## Installation

```bash
pip install python_opensky
pip install python-opensky
```

## Usage
Expand Down Expand Up @@ -129,10 +129,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[build-shield]: https://github.com/joostlek/python-opensky/workflows/Continuous%20Integration/badge.svg
[build-shield]: https://github.com/joostlek/python-opensky/actions/workflows/tests.yaml/badge.svg
[build]: https://github.com/joostlek/python-opensky/actions
[code-quality-shield]: https://img.shields.io/lgtm/grade/python/g/joostlek/python-opensky.svg?logo=lgtm&logoWidth=18
[code-quality]: https://lgtm.com/projects/g/joostlek/python-opensky/context:python
[code-smells]: https://sonarcloud.io/api/project_badges/measure?project=joostlek_python-opensky&metric=code_smells
[codecov-shield]: https://codecov.io/gh/joostlek/python-opensky/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/joostlek/python-opensky
[commits-shield]: https://img.shields.io/github/commit-activity/y/joostlek/python-opensky.svg
Expand All @@ -147,8 +146,9 @@ SOFTWARE.
[poetry]: https://python-poetry.org
[pre-commit]: https://pre-commit.com/
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[python-versions-shield]: https://img.shields.io/pypi/pyversions/opensky
[python-versions-shield]: https://img.shields.io/pypi/pyversions/python-opensky
[releases-shield]: https://img.shields.io/github/release/joostlek/python-opensky.svg
[releases]: https://github.com/joostlek/python-opensky/releases
[semver]: http://semver.org/spec/v2.0.0.html
[pypi]: https://pypi.org/project/python_opensky/
[sonarcloud]: https://sonarcloud.io/summary/new_code?id=joostlek_python-opensky
[pypi]: https://pypi.org/project/python-opensky/

0 comments on commit 11dd1c6

Please sign in to comment.