Move Air instructions above report badges in source

Adrian Simmons created

Signed-off-by: Adrian Simmons <adrinux@perlucida.co.uk>

Change summary

README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Detailed changes

README.md 🔗

@@ -227,15 +227,15 @@ git config format.signOff yes
 - [air](https://github.com/cosmtrek/air)
   - Watches source files and rebuilds/executes the project when sources change
 
+#### Using Air
+
+Running Air using Willow's supplied Air configuration: `air -c air.toml` launches Willow on [localhost:1313](http://localhost:1313).
+
+If you're working on HTML or CSS then use Air's proxy port instead [localhost:8888](http://localhost:8888) to get live reloading in the browser on every source change.
+
 [goreportcard-badge]: https://goreportcard.com/badge/git.sr.ht/~amolith/willow
 [goreportcard]: https://goreportcard.com/report/git.sr.ht/~amolith/willow
 [reuse]: https://api.reuse.software/info/git.sr.ht/~amolith/willow
 [reuse-shield]: https://shields.io/reuse/compliance/git.sr.ht/~amolith/willow
 [fosspay]: https://secluded.site/donate/
 [fosspay-shield]: https://shields.io/badge/donate-fosspay-yellow
-
-#### Using Air
-
-Running Air using Willow's supplied Air configuration: `air -c air.toml` launches Willow on [localhost:1313](http://localhost:1313).
-
-If you're working on HTML or CSS then use Air's proxy port instead [localhost:8888](http://localhost:8888) to get live reloading in the browser on every change.