Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MelSumner authored Jun 13, 2024
1 parent 9614e7b commit 6bdfe3c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,20 @@ ember install ember-a11y-refocus
Usage
------------------------------------------------------------------------------

Insert `<NavigationNarrator/>` into your application.hbs file, preferably inside of a `<header>` element.
Next, add `id="main"` to the primary content element in your application (hopefully a `<main>` element).
- Insert `<NavigationNarrator/>` into your application.hbs file, preferably inside of a `<header>` element.
- Next, add `id="main"` to the primary content element in your application (hopefully a `<main>` element).

Example:

```
<header>
<NavigationNarrator/>
<!-- other header content-->
</header>
<main id="main">
<!--main content-->
</main>
```

### Customizing the definition of a route change

Expand Down

0 comments on commit 6bdfe3c

Please sign in to comment.