Skip to content

Commit 5229f34

Browse files
authored
Merge pull request #524 from facultyai/update-quickstart
Make formatting consistent
2 parents fdd5980 + bc84405 commit 5229f34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/docs/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Quickstart
88

99
## Installation
1010

11-
Dash Bootstrap components can be used with Dash in Python, R or Julia.
11+
_dash-bootstrap-components_ can be used with Dash in Python, R or Julia.
1212

1313
~~~bootstrap-tabs
1414
Python
@@ -116,11 +116,11 @@ app = dash(external_stylesheets=[dbc_themes.BOOTSTRAP])
116116
```
117117
~~~
118118

119-
For more information on available themes see the [_themes documentation_][docs-themes]
119+
For more information on available themes see the [themes documentation][docs-themes]
120120

121121
### Build the layout
122122

123-
With CSS linked, you can start building your app's layout with our Bootstrap components. See the [_component documentation_][docs-components] for a full list of available components, or try running this minimal example to get started.
123+
With CSS linked, you can start building your app's layout with our Bootstrap components. See the [component documentation][docs-components] for a full list of available components, or try running this minimal example to get started.
124124

125125
~~~bootstrap-tabs
126126
Python
@@ -173,9 +173,9 @@ run_server(app, "0.0.0.0", 8080)
173173
```
174174
~~~
175175

176-
### Examples
176+
## Examples
177177

178-
Check out these [_example apps_][examples] made with dash-bootstrap-components.
178+
Check out these [example apps][examples] made with _dash-bootstrap-components_.
179179

180180
[dash-docs]: https://dash.plotly.com
181181
[dash-docs-external]: https://dash.plotly.com/external-resources

0 commit comments

Comments
 (0)