File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 22
33## Version 0.8.0
44
5- * Added confirmed cases graphs `` corona -g `` or ` `corona italy -g`
5+ * Added confirmed cases graphs ` corona -g ` or ` corona italy -g `
66
77## Version 0.7.0
88
9- * Added new source to fetch realtime data. `` corona --source=2 ` `
9+ * Added new source to fetch realtime data. ` corona --source=2 `
1010* Code refactored and some bug fixes.
1111
1212## Version 0.6.0
1313
14- * Added filter to show top N countries. `` corona --top=20 ` `
14+ * Added filter to show top N countries. ` corona --top=20 `
1515
1616## Version 0.5.0
1717
18- * Added minimal / comapct table command. `` corona --minimal ` `
18+ * Added minimal / comapct table command. ` corona --minimal `
1919* Added world total stats at the bottom of the table too.
2020* Refactor: moved table formatting functions to helpers.
2121* Added total stats object when using ` ?format=json `
2222
2323## Version 0.4.0
2424
25- * Added country filter. Ex: `` corona Italy ` `
26- * Added command to show emojis. Ex: `` corona --emojis ` `
27- * Added command to disable colors using. Ex: `` corona --color=false ` `
25+ * Added country filter. Ex: ` corona Italy `
26+ * Added command to show emojis. Ex: ` corona --emojis `
27+ * Added command to disable colors using. Ex: ` corona --color=false `
2828
2929## Version 0.2.0
3030
3131* Added daily and weekly column.
3232
3333## Version 0.1.0
3434
35- * Lauched command ` corona `
35+ * Lauched command ` corona `
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ corona --color=false
158158* < https://github.com/javieraviles/covidAPI >
159159* < https://github.com/mathdroid/covid-19-api >
160160* < https://github.com/warengonzaga/covid19-tracker-cli >
161- * < https://github.com/ahmadawais/corona-cli >
161+ * < https://github.com/ahmadawais/corona-cli >
162162
163163## Hosting
164164
@@ -167,4 +167,3 @@ corona --color=false
167167## License
168168
169169[ WTFPL] ( http://www.wtfpl.net/ )
170-
You can’t perform that action at this time.
0 commit comments