jobsdb-scraper 1.0.4 → 1.0.5

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ A few cool highlights:
25
25
 
26
26
  - While not strictly required, a residential IP address is highly recommended. Run this from your home for safest guarantees to avoid bot detection. If you must run from outside of home, I recommend using a residential IP proxy.
27
27
 
28
- ### Option 1: Install globally (Reccomended for most users)
28
+ ### Option 1: Install globally (Recommended for most users)
29
29
 
30
30
  ```shell script
31
31
 
@@ -113,4 +113,4 @@ The client program uses the ulixee framework (github.com/ulixee), where each wor
113
113
 
114
114
  ## License
115
115
 
116
- [PROPRIETARY](PROPRIETARY)
116
+ [PROPRIETARY](LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobsdb-scraper",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A tool for automatically collecting job information from JobsDB",
5
5
  "main": "dist/src/scrape_jobsdb.js",
6
6
  "bin": {