diff --git a/README.md b/README.md index eae793fd..89fad02b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Inflame ![Continuous Integration build in GitHub Actions](https://github.com/oana-ctrl/python-intermediate-inflammation/actions/workflows/main.yml/badge.svg?branch=main) -Inflam is a data management system written in Python that manages trial data used in clinical inflammation studies. 🫰 +Inflam is a data management system written in Python that manages trial data used in clinical inflammation studies. ## Main features Here are some key features of Inflam: @@ -19,4 +19,4 @@ Inflam requires the following Python packages [requirement.txt](./requirement.tx The following optional packages are required to run Inflam's unit tests: - [pytest](https://docs.pytest.org/en/stable/) - Inflam's unit tests are written using pytest -- [pytest-cov](https://pypi.org/project/pytest-cov/) - Adds test coverage stats to unit testing +- [pytest-cov](https://pypi.org/project/pytest-cov/) - Add test coverage stats to unit testing