Skip to content

Commit

Permalink
Finalized changes before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jul 2, 2022
1 parent a977784 commit 115daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ avro parse -t "amar swopnera" -t "Dana mele ure cole" -t "obarito nIle."

**Additional Developer Notes**

The coding style for this project embraces readability and consistency over traditional styling methods. The unit tests are done using the [pytest](https://pypi.python.org/pypi/pytest) package and the CLI is made using [Click](https://pypi.python.org/pypi/click).
The coding style for this project embraces readability and consistency over traditional styling methods. The unit tests are done using the [pytest](https://pypi.python.org/pypi/pytest) package. The CLI, on the other hand, is made using [Click](https://pypi.python.org/pypi/click) and the [Rich](https://github.com/Textualize/rich) framework.

If you want to set up your coding environment for this project, then ou can do so by running the following command in your terminal:

Expand Down

0 comments on commit 115daca

Please sign in to comment.