Skip to content

Commit c4bb8e2

Browse files
committed
fix: main script name caused wsgi errors, changed it to one without -
1 parent cce427b commit c4bb8e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A public user can view all categories and items, a registered user also has righ
1515
* Clone the repository or simply download it as a zip file and unzip it on your pc
1616
* Install all required components using pip (https://pip.pypa.io/en/latest/installing.html) with the following commands:
1717
* pip install -r requirements.txt
18-
* Launch the script with: python item-catalog.py
18+
* Launch the script with: python itemcatalog.py
1919
* Open a web browser and visit: http://localhost:8000
2020

2121
### API Endpoints ###
File renamed without changes.

0 commit comments

Comments
 (0)