Skip to content

Commit

Permalink
Fixed module doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
idling-mind committed Dec 3, 2023
1 parent 193dc8e commit 6ac1442
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions html2dash/html2dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Converts HTML to Dash components.
Usage:
from html2dash import html2dash, settings
settings["modules"] = [html, dcc] + settings["modules"]
from html2dash import html2dash
app.layout = html2dash(Path("layout.html").read_text())
"""
Expand Down

0 comments on commit 6ac1442

Please sign in to comment.