@whittlelabs/sifter 0.4.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/bin.js +2849 -647
  3. package/bin.js.map +4 -4
  4. package/package.json +2 -2
package/README.md CHANGED
@@ -40,7 +40,7 @@ Pairing writes credentials to `~/.sifter/config.json` (mode 0600).
40
40
  whittle-sifter run
41
41
  ```
42
42
 
43
- The Sifter subscribes to your attention pool and waits for review jobs. Leave it running in a terminal or wrap it in your favorite process supervisor.
43
+ The Sifter subscribes to your job pool and waits for review jobs. Leave it running in a terminal or wrap it in your favorite process supervisor.
44
44
 
45
45
  ## Other commands
46
46