Skip to content

Commit

Permalink
fix formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdhama authored Oct 23, 2024
1 parent 8357f78 commit 1d8dabf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ with open("./models/<YOUR_MODEL_FILE_NAME>", "rb") as model_file:
class WeatherPrediciton
```

You will need to update the class name in the`bentofile.yaml` also,
``yaml service: "service:WeatherPrediciton" ``
You will need to update the class name in the`bentofile.yaml` also,
```yaml
service: "service:WeatherPrediciton"
```

3. **Modify the API Route:** Update the API route to match the model's endpoint.
Expand Down

0 comments on commit 1d8dabf

Please sign in to comment.