Skip to content

Commit ace4b74

Browse files
authored
Update readme snippet
1 parent 8bd35d7 commit ace4b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A set of React higher order components (HOCs).
66

77
Higher order components _wrap_ components to give them extra functionality. For instance, defining a callback to be triggered when a component mounts:
88

9-
```js
9+
```jsx
1010
import { onMount } from '@launchpadlab/lp-hoc'
1111

1212
function MyComponent() {

0 commit comments

Comments
 (0)