Skip to content

Commit ba17890

Browse files
authored
Merge pull request #955 from jbampton/fix-case-of-dash
💃 Fix case of Dash in Dash Renderer setup description.
2 parents 9df1ee0 + 853ec0e commit ba17890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash-renderer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
packages=["dash_renderer"],
1313
include_package_data=True,
1414
license="MIT",
15-
description="Front-end component renderer for dash",
15+
description="Front-end component renderer for Dash",
1616
install_requires=[],
1717
)

0 commit comments

Comments
 (0)