chore: updated readme

This commit is contained in:
Adam Pash 2016-11-22 08:41:35 -08:00
parent 60a6861e18
commit c30fb2e4c0

View File

@ -147,9 +147,9 @@ Now that you know the basics of how custom extractors work, let's walk through t
First, you'll need to clone the Mercury Parser repository and install dependencies. First, you'll need to clone the Mercury Parser repository and install dependencies.
```bash ```bash
git clone git@github.com:postlight/readability-parser.git git clone git@github.com:postlight/mercury-parser.git
cd readabilty-parser cd mercury-parser
npm install npm install
``` ```