Skip to content

Commit e51a278

Browse files
committed
Update README.md
1 parent eeb7688 commit e51a278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ python -m spacy download en_core_web_sm
7070

7171
You can run the application locally in two ways:
7272

73-
1. **Using Uvicorn:**
73+
- **Using Uvicorn:**
7474

7575
This is the recommended method for running in a development or production-like environment.
7676

7777
```bash
7878
uvicorn main:app --reload --port 5000
7979
```
8080

81-
2. **Using Python:**
81+
- **Using Python:**
8282

8383
This method allows you to pass command-line arguments for customizing models.
8484

0 commit comments

Comments
 (0)