Skip to content

Commit 0a73a2b

Browse files
author
Vic Shóstak
committed
Update README.md
1 parent 9632402 commit 0a73a2b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
![Go version][go_version_img]
44
[![Go report][go_report_img]][go_report_url]
5+
![Code coverage][code_coverage_img]
56
[![Wiki][wiki_img]][wiki_url]
67
[![License][license_img]][license_url]
78

@@ -23,9 +24,9 @@ Installation is done by using the [`go install`][go_install] command:
2324
go install https://github.com/koddr/json2csv@latest
2425
```
2526

26-
Prepare folder with your data source (format `*.json`) and create JSON files
27-
with intents (for example, `intents-file.json`) and filter (for example,
28-
`filter-file.json`).
27+
Prepare folder with your data source in the `*.json` format, create JSON files
28+
with intents and filter (for example, `intents-file.json` and `filter-file.
29+
json`).
2930

3031
> 💡 Note: see the [`Wiki`][wiki_url] page to understand structures of
3132
> JSON files and get general recommendations for preparing the input data.
@@ -86,7 +87,7 @@ robots by [Vic Shóstak][author].
8687
[go_version_img]: https://img.shields.io/badge/Go-1.20+-00ADD8?style=for-the-badge&logo=go
8788
[go_report_img]: https://img.shields.io/badge/Go_report-A+-success?style=for-the-badge&logo=none
8889
[go_report_url]: https://goreportcard.com/report/github.com/koddr/json2csv
89-
[code_coverage_img]: https://img.shields.io/badge/code_coverage-98%25-success?style=for-the-badge&logo=none
90+
[code_coverage_img]: https://img.shields.io/badge/code_coverage-in_progress-success?style=for-the-badge&logo=none
9091
[wiki_img]: https://img.shields.io/badge/docs-wiki_page-blue?style=for-the-badge&logo=none
9192
[wiki_url]: https://github.com/koddr/json2csv/wiki
9293
[wiki_intents_url]: https://github.com/koddr/json2csv/wiki#intents

0 commit comments

Comments
 (0)