diff --git a/README.md b/README.md index 19bae64..2b81f6e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ docker-compose up Initialize database and recipe sites ```sh python src/db.py -python src/inser_sites.py data/sites.json +python src/insert_sites.py data/sites.json ``` ## Usage @@ -54,7 +54,11 @@ options: ## TODO > ☑ automate scraping\ - > ☐ extend importing funcionality to more websites\ > ☑ extracting quantity and name (via regex)\ + > ☑ creating adjacency list\ + > ☐ api for web frontend\ + > ☐ random ingredient list generation\ + > ☐ visualization(web frontend)\ > ☐ create ontology of ingredients\ - > ☐ visualization + > ☐ extend importing funcionality to more websites + >