You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,8 @@ curl localhost:7070/ph
171
171
```
172
172
173
173
```bash
174
-
# run this if you want to develop the program without restarting the server manually, everytime you save the file it will restart the server automagically
174
+
# run this if you want to develop the program without restarting the server manually,
175
+
# everytime you save the file it will restart the server automagically
175
176
npm run dev
176
177
```
177
178
@@ -195,6 +196,7 @@ If you're facing a problem in using COVID-19 Tracker CLI please let me know by c
195
196
## To Do
196
197
197
198
* Add Static Version
199
+
* Update URL in the banner
198
200
* Sample Usage (gif)
199
201
* Add HTTP Headers (currently F)
200
202
* More Code Refactor! (I guess I know what I'm doing now... for sure)
0 commit comments