Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgrealy authored Oct 18, 2024
1 parent 6a1b0ee commit 3b7af15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm i @mountainpass/html-styled-components
### The bare minimum

```js
const { styled, generateCssClasses } = require('@mountainpass/html-styled-compoennts').newInstance()
const { styled, generateCssClasses } = require('@mountainpass/html-styled-components').newInstance()

const CustomH1 = styled.h1`
border: 1px solid blue;
Expand Down

0 comments on commit 3b7af15

Please sign in to comment.