nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.64k stars 3.12k forks source link

docs: update README.md #3450

Closed MichaelCurrin closed 6 months ago

MichaelCurrin commented 3 years ago
MichaelCurrin commented 3 years ago

I noticed the Travis link goes here

https://travis-ci.org/github/nodemcu/nodemcu-firmware

Which is deprecated

and recommends going here. So I used this

https://travis-ci.com/github/nodemcu/nodemcu-firmware

marcelstoer commented 3 years ago

Some of those changes are subjective. As for Travis, we should actually remove .travis.yml (as we don't need it anymore) and instead add the shield for our GitHub workflow.

And this really should land on dev instead of release as the template requires.

MichaelCurrin commented 3 years ago

Thanks. I've removed the more subject changes.

Now it's mostly about making H1s into H2s (accessibility scores such in SEO engines will penalize you will having more than one H1 on a page).

I've replaced with a GH Actions badge.

Sorry I misunderstood how the dev/release bit worked.

HHHartmann commented 6 months ago

do we want to also take this PR? Why is ist against release and not dev?

marcelstoer commented 6 months ago

I'll clean this up and rebase on dev.