Skip to content

Commit 1578951

Browse files
authored
put install in its own code block (#22443)
1 parent a5cc5c0 commit 1578951

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/docs/typography-js.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ To find or create a new typography theme, you can visit [Typography.js](https://
7272

7373
## Installing Typography themes
7474

75-
Typography.js has built in themes that can save time when defining your website's font styling. The Funston theme, maintained by Typography, is one of the built in themes. To install the Funston theme from npm, run the command: `npm install typography-theme-funston --save`
75+
Typography.js has built in themes that can save time when defining your website's font styling. The Funston theme, maintained by Typography, is one of the built in themes. To install the Funston theme from npm, run the command:
76+
77+
```shell
78+
npm install typography-theme-funston
79+
```
7680

7781
To use the theme, edit the `typography.js` file that you created before and inform Typography of the new configuration:
7882

0 commit comments

Comments
 (0)