Skip to content

Commit d11a2ec

Browse files
authored
Merge pull request #142 from upgundecha/upgundecha-patch-1
Update README.md
2 parents 9e81c7e + 142107d commit d11a2ec

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,6 @@ Numerous organizations frequently share their insights and expertise, encompassi
15811581
* [Conf42](https://www.conf42.com/sre2022)
15821582
* [Conf42 2022 Premiere](https://www.youtube.com/watch?v=FclEiSDfX14&ab_channel=Conf42)
15831583

1584-
15851584
### Other Resources
15861585

15871586
#### Awesome Lists
@@ -1629,6 +1628,10 @@ Numerous organizations frequently share their insights and expertise, encompassi
16291628
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
16301629
* [Howtheyaws](https://github.com/upgundecha/howtheyaws)
16311630

1631+
## Stargazers Over Time
1632+
1633+
[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre)
1634+
16321635
## Contribute
16331636

16341637
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
@@ -1642,4 +1645,4 @@ related or neighboring rights to this work.
16421645

16431646
---
16441647

1645-
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.
1648+
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.

test/main.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe('Checklist', function() {
2424
'## Resources',
2525
'## Credits',
2626
'## Other How They... repos',
27+
'## Stargazers Over Time',
2728
'## Contribute',
2829
'## License'];
2930
const actualList = srcMd.match(/^## (.*$)/gim);

0 commit comments

Comments
 (0)