fix: readme (#8)

This commit is contained in:
J. Nick Koston 2022-09-09 10:39:22 -05:00 committed by GitHub
parent 17968e9478
commit 7396b5f475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,15 +200,15 @@ loop.run_until_complete(main())
## Projects that use python-dbus-fast
- The [Bluetooth Adapters][https://github.com/bluetooth-devices/bluetooth-adapters]
- [Bluetooth Adapters](https://github.com/bluetooth-devices/bluetooth-adapters)
## Contributing
Contributions are welcome. Development happens on [Github](https://github.com/altdesktop/python-dbus-fast).
Before you commit, run `make` to run the linter, code formatter, and the test suite.
Before you commit, run `pre-commit run --all-files` to run the linter, code formatter, and the test suite.
# Copyright
## Copyright
You can use this code under an MIT license (see LICENSE).