Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonanOribe authored Jan 31, 2023
1 parent 023a6e1 commit f77f4d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# lawLib

[![Upload Python Package](https://github.com/JonanOribe/lawLib/actions/workflows/python-publish.yml/badge.svg?branch=main)](https://github.com/JonanOribe/lawLib/actions/workflows/python-publish.yml)

Library to extract legal information from official resources.

### Get started
Expand Down Expand Up @@ -45,4 +47,4 @@ print(SupremeCourtUnitedStates(source_USASupremeCourt,area).get_data(output_path
<li>Install with: <b>pip3 install -r requirements.txt</b></li>
<h3>:mag_right: Testing</h3>
<li>Launch tests with: <b>python -m unittest -v tests/data_scrapper_test.py</b></li>
```
```

0 comments on commit f77f4d7

Please sign in to comment.