Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit a1fadf7

Browse files
authored
Fix typo
1 parent 2f4d78d commit a1fadf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
77
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/ESP8266TimerInterrupt.svg)](http://github.com/khoih-prog/ESP8266TimerInterrupt/issues)
88

9-
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
9+
<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 50px !important;width: 181px !important;" ></a>
1010

1111
---
1212
---

library.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"repository":
1313
{
1414
"type": "git",
15-
"url": "//https://github.com/khoih-prog/ESP8266TimerInterrupt"
15+
"url": "https://github.com/khoih-prog/ESP8266TimerInterrupt"
1616
},
1717
"homepage": "https://github.com/khoih-prog/ESP8266TimerInterrupt",
1818
"export": {
@@ -26,5 +26,5 @@
2626
"frameworks": "*",
2727
"platforms": "espressif8266",
2828
"examples": "examples/*/*/*.ino",
29-
"headers": ["ESP8266TimerInterrupt.h", "ESP8266_ISR_Timer.hpp", "ESP8266_ISR_Timer.h"]
29+
"headers": ["ESP8266TimerInterrupt.h", "ESP8266TimerInterrupt.hpp", "ESP8266_ISR_Timer.h"]
3030
}

0 commit comments

Comments
 (0)