Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Poruno authored Nov 30, 2020
1 parent 5f2674d commit 3377346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ register_nav_menus( array(
```
5) To make the nav-burgers work add this to the end of the body
```
<script>
<script>
document.addEventListener('DOMContentLoaded', () => {
// Get all "navbar-burger" elements
Expand All @@ -66,7 +66,7 @@ register_nav_menus( array(
});
}
});
</script>
</script>
```

# Congratulations you are now using Bulma!
Expand Down

0 comments on commit 3377346

Please sign in to comment.