From 7396b5f475e4b9299cf96930153a01425bb5bd3b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Sep 2022 10:39:22 -0500 Subject: [PATCH] fix: readme (#8) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b11b20a..43adf61 100644 --- a/README.md +++ b/README.md @@ -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).