diff --git a/README.md b/README.md index f386a6d..1c33f8a 100644 --- a/README.md +++ b/README.md @@ -1581,7 +1581,6 @@ Numerous organizations frequently share their insights and expertise, encompassi * [Conf42](https://www.conf42.com/sre2022) * [Conf42 2022 Premiere](https://www.youtube.com/watch?v=FclEiSDfX14&ab_channel=Conf42) - ### Other Resources #### Awesome Lists @@ -1629,6 +1628,10 @@ Numerous organizations frequently share their insights and expertise, encompassi * [Howtheydevops](https://github.com/bregman-arie/howtheydevops) * [Howtheyaws](https://github.com/upgundecha/howtheyaws) +## Stargazers Over Time + +[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre) + ## Contribute Contributions welcome! Read the [contribution guidelines](contributing.md) first. @@ -1642,4 +1645,4 @@ related or neighboring rights to this work. --- -If you decide to use this anywhere please give a credit to [@upgundecha](https://www.twitter.com/upgundecha) on twitter, also If you like my work, check out other projects on my Github. +If you decide to use this anywhere, please credit [@upgundecha](https://www.x.com/upgundecha) on X. Also, if you like my work, check out my other projects on GitHub. diff --git a/test/main.spec.js b/test/main.spec.js index 3309f48..05eb6e3 100644 --- a/test/main.spec.js +++ b/test/main.spec.js @@ -24,6 +24,7 @@ describe('Checklist', function() { '## Resources', '## Credits', '## Other How They... repos', + '## Stargazers Over Time', '## Contribute', '## License']; const actualList = srcMd.match(/^## (.*$)/gim);