DaFull commited on
Commit
88c0ff2
1 Parent(s): 6e6de69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -79,8 +79,7 @@ Can be easily integrated into your existing spaCy-based NLP pipelines.
79
  #### Installation
80
  ##### You can install the custom spaCy NER model using pip:
81
 
82
- ```bash
83
-
84
  pip install https://huggingface.co/DaFull/en_ner_job_postings/resolve/main/en_ner_job_postings-any-py3-none-any.whl
85
 
86
  ```
 
79
  #### Installation
80
  ##### You can install the custom spaCy NER model using pip:
81
 
82
+ ```python
 
83
  pip install https://huggingface.co/DaFull/en_ner_job_postings/resolve/main/en_ner_job_postings-any-py3-none-any.whl
84
 
85
  ```