Skip to content

Commit 94d6dda

Browse files
committed
Point install instructions to GitHub branch
1 parent a681871 commit 94d6dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ It requires [Node](https://nodejs.org/). It uses [fec-parse](https://github.com/
1010

1111
To try converting a filing to newline-separated JSON without installing fec-loader, paste the following into a terminal:
1212
```bash
13-
FILING_ID=1283013; curl -s "https://docquery.fec.gov/dcdev/posted/"$FILING_ID".fec" | npx -p @publici/fec-loader convert $FILING_ID > $FILING_ID".ndjson"
13+
FILING_ID=1283013; curl -s "https://docquery.fec.gov/dcdev/posted/"$FILING_ID".fec" | npx -p github:PublicI/fec-loader#subcommands convert $FILING_ID > $FILING_ID".ndjson"
1414
```
1515
## Install
1616

1717
To install:
1818
```bash
19-
npm install -g @publici/fec-loader
19+
npm install -g github:PublicI/fec-loader#subcommands
2020
```
2121
## Setup
2222

0 commit comments

Comments
 (0)