Skip to content

Commit

Permalink
Fix typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek authored Dec 26, 2024
1 parent 91c74d0 commit c87c7a5
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 @@ -159,7 +159,7 @@ If your raw assets are in directories other than your
in with `WEBASSETS_SOURCE_PATHS`.

```python
WEBASSETS_SOURCE_PATHS = ["stylehseets", "javascript"]
WEBASSETS_SOURCE_PATHS = ["stylesheets", "javascript"]
```

## Contributing
Expand Down

0 comments on commit c87c7a5

Please sign in to comment.