DaFull commited on
Commit
b04ca0f
1 Parent(s): 1d0d1a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ Can be easily integrated into your existing spaCy-based NLP pipelines.
48
  ##### You can install the custom spaCy NER model using pip:
49
 
50
  ```bash
51
- pip install https://huggingface.co/DaFull/en_core_web_sm_job /resolve/main/en_core_web_sm_job -any-py3-none-any.whl
52
 
53
  ```
54
  #### Example Usage
 
48
  ##### You can install the custom spaCy NER model using pip:
49
 
50
  ```bash
51
+ pip install https://huggingface.co/DaFull/en_core_web_sm_job/resolve/main/en_core_web_sm_job-any-py3-none-any.whl
52
 
53
  ```
54
  #### Example Usage