consistent aMQTT spelling

bugfix/scripts
Florian Ludwig 2021-04-03 22:48:46 +02:00
rodzic b6121d3edd
commit 6bb63af9c3
3 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
# Contributing to AMQTT
# Contributing to aMQTT
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
The following is a set of guidelines for contributing to AMQTT on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
The following is a set of guidelines for contributing to aMQTT on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.
## Development Setup
@ -53,7 +53,7 @@ If you have multiple python installations you can choose which one to use with p
## Testing
When adding a new feature please add a test along with the feature. The testing coverage should not decrease.
If you encounter a bug when using AMQTT which you then resolve, please reproduce the issue in a test as well.
If you encounter a bug when using aMQTT which you then resolve, please reproduce the issue in a test as well.
## Style and linting

Wyświetl plik

@ -1,7 +1,7 @@
The MIT License (MIT)
Copyright (c) 2015 Nicolas JOUANIN
Copyright (c) 2021 AMQTT Contributers (https://github.com/Yakifo/amqtt/graphs/contributors)
Copyright (c) 2021 aMQTT Contributers (https://github.com/Yakifo/amqtt/graphs/contributors)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

Wyświetl plik

@ -29,12 +29,12 @@
:alt: PyPI
AMQTT
aMQTT
======
``AMQTT`` is an open source `MQTT`_ client and broker implementation.
``aMQTT`` is an open source `MQTT`_ client and broker implementation.
Built on top of `asyncio`_, Python's standard asynchronous I/O framework, AMQTT provides a straightforward API
Built on top of `asyncio`_, Python's standard asynchronous I/O framework, aMQTT provides a straightforward API
based on coroutines, making it easy to write highly concurrent applications.
It was forked from `HBMQTT`_ after it was deprecated by the original author.