We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a681871 commit 94d6ddaCopy full SHA for 94d6dda
README.md
@@ -10,13 +10,13 @@ It requires [Node](https://nodejs.org/). It uses [fec-parse](https://github.com/
10
11
To try converting a filing to newline-separated JSON without installing fec-loader, paste the following into a terminal:
12
```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"
+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"
14
```
15
## Install
16
17
To install:
18
19
-npm install -g @publici/fec-loader
+npm install -g github:PublicI/fec-loader#subcommands
20
21
## Setup
22
0 commit comments