diff --git a/README.md b/README.md
index 4cd9783650ecd..37fbe5671006a 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ There are many ways to contribute, of which development is only one! Find out [h
1. 🚀 [Set up your local development environment](https://docs.nextcloud.com/server/14/developer_manual/general/devenv.html)
2. 🐛 [Pick a good first issue](https://github.com/nextcloud/server/labels/good%20first%20issue)
-3. 👩🔧 Create a branch and make your changes. Remember to sign off your commits using `git commit -**s**m "Your commit message"`
+3. 👩🔧 Create a branch and make your changes. Remember to sign off your commits using `git commit -sm "Your commit message"`
4. ⬆ Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review
5. 👍 Fix things that come up during review
6. 🎉 Wait for it to get merged!
@@ -97,19 +97,9 @@ Then inside the root folder of your local Nextcloud development installation, ru
### Tools we use 🛠
-
-
-
-
-
-
-
- Lighthouse
-
-
-
-
-
+- [👀 BrowserStack](https://browserstack.com) for cross-browser testing
+- [🌊 WAVE](https://wave.webaim.org/extension/) for accessibility testing
+- [🚨 Lighthouse](https://developers.google.com/web/tools/lighthouse/) for testing of performance, accessibility and more
## Contribution guidelines 📜