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 7f936c1 commit 5f2674d
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 @@ -8,7 +8,7 @@
```
require_once('navwalker.php');
register_nav_menus( array(
'primary' => __( 'Primary Menu', 'menuname' ),
'primary' => __( 'Primary Menu', 'primary' ),
) );
```
4) Copy this to your header
Expand Down

0 comments on commit 5f2674d

Please sign in to comment.