Skip to content

Commit

Permalink
fix symbol in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xynonners committed Aug 14, 2023
1 parent 778bc70 commit c465cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If you want to make a dynamic view constructor:

The following code will match (e.g. /something/1) and pass wildcard=VALUE_IN_URL as kwargs
```python
@fb.view("/something/:wildcard/")
@fb.view("/something/:wildcard")
def wildcard_example(page: ft.Page, builder: Builder, wildcard:Any=...) -> None:
```

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fletbox"
version = "0.2.1"
version = "0.2.2"
authors = [
{ name="Xynon", email="" },
]
Expand Down

0 comments on commit c465cc7

Please sign in to comment.