Skip to content

Commit

Permalink
Merge pull request #141 from Knowledge-Graph-Hub/minor_readme_edits
Browse files Browse the repository at this point in the history
Minor rewording of README items, correct install instructions
  • Loading branch information
justaddcoffee committed May 7, 2020
2 parents 5eab884 + 9eda8cb commit 739e764
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kg_covid-19
kg-covid-19
=========================================================================================
|travis| |sonar_quality| |sonar_maintainability| |codacy|
|code_climate_maintainability|
Expand All @@ -14,7 +14,7 @@ How do I install this package?
git clone https://github.com/Knowledge-Graph-Hub/kg-covid-19
cd kg-covid-19
python setup.py install --user
pip install .
pip install -r requirements.txt
How do I use this package?
Expand All @@ -30,7 +30,7 @@ How do I use this package?
Tests Coverage
----------------------------------------------
Since some software handling coverages sometimes
get slightly different results, here's three of them:
get slightly different results, here are three of them:

|coveralls| |sonar_coverage| |code_climate_coverage|

Expand Down

0 comments on commit 739e764

Please sign in to comment.