Skip to content

Commit

Permalink
readme note formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed May 30, 2024
1 parent 49d9114 commit efff011
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ const { styleSheet, hooks } = createHooks([
]);
```

> [!NOTE] It's a good practice to keep these hooks as simple and generic as
> possible to promote reuse. As you'll see in the next step, it's possible to
> combine them later to create more complex conditions.
> [!NOTE]
>
> It's a good practice to keep these hooks as simple and generic as possible to
> promote reuse. As you'll see in the next step, it's possible to combine them
> later to create more complex conditions.
#### Step 1b: Add style sheet

Expand Down

0 comments on commit efff011

Please sign in to comment.