Skip to content

Commit

Permalink
Fix typo on README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Ribeiro <[email protected]>
  • Loading branch information
thiagosalles and bluesdog164 authored Jun 3, 2022
1 parent 4068c46 commit 70a4f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ barterdude = BarterDude()
barterdude["extra_service"] = ExtraService()
```

If you are already running your extra modules on BartedDude startup using the data shareing model, it's all done:
If you are already running your extra modules on BartedDude startup using the data sharing model, it's all done:
```python
@app.run_on_startup
async def startup(app):
Expand Down

0 comments on commit 70a4f3d

Please sign in to comment.