Skip to content

Commit

Permalink
corrected parser example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgdaniel committed Sep 28, 2022
1 parent 1b635af commit 1da2845
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 @@ -123,7 +123,7 @@ This short section explains how to use the SCALES Parser tool to read HTMLs down
**Running script**
To use the parser on the HTMLs from the docket scraper in the previous tutorial, we will simply run the following:

python parse_pacer.py ../../data/pacer/psc/html ../../data/pacer/psc/json
python parse_pacer.py ../../data/pacer/psc/html

**Result**
Once the parser has finished, all the parsed versions of the HTML files can be found in */data/pacer/psc/json*.
Expand Down

0 comments on commit 1da2845

Please sign in to comment.