inveniosoftware / inveniosoftware/flask-breadcrumbs
Example is incorrect
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
In the "simple example", the following code is shown:
from flask_breadcrumbs import Breadcrumbs, register_breadcrumbs
however, there is no `register_breadcrumbs` function. Instead, it should be
from flask_breadcrumbs import Breadcrumbs, register_breadcrumb
Contributor guide
Assessment
This issue has not been assessed yet.