package structure

pull/35/head
Cullen Watson 2023-09-03 10:49:53 -05:00
parent 0bbd3ec043
commit 39f675f3c8
11 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@
### Usage ### Usage
```python ```python
from jobscrape import scrape_jobs from jobspy import scrape_jobs
import pandas as pd import pandas as pd
jobs: pd.DataFrame = scrape_jobs( jobs: pd.DataFrame = scrape_jobs(

View File

View File

@ -1,4 +1,4 @@
from jobscrape import scrape_jobs from jobspy import scrape_jobs
def test_indeed(): def test_indeed():

View File

@ -1,4 +1,4 @@
from jobscrape import scrape_jobs from jobspy import scrape_jobs
def test_ziprecruiter(): def test_ziprecruiter():