inveniosoftware / inveniosoftware/flask-breadcrumbs

Example is incorrect

Open
#51 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.