Skip to content

Commit a1ec17b

Browse files
committed
Fix README.md
1 parent 88d326e commit a1ec17b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![Build Status][build-shield]][build]
1010
[![Code Coverage][codecov-shield]][codecov]
11-
[![Code Quality][code-quality-shield]][code-quality]
11+
[![Code Smells][code-smells]][sonarcloud]
1212

1313
Asynchronous Python client for the OpenSky API.
1414

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

2121
```bash
22-
pip install python_opensky
22+
pip install python-opensky
2323
```
2424

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

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

0 commit comments

Comments
 (0)