Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
Should be c.Appmode.show_other_buttons, not c.Appmode.show_other_button
  • Loading branch information
Volodymyrk authored and oschuett committed Mar 13, 2019
1 parent 498bc62 commit 0decaa8
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 @@ -50,7 +50,7 @@ Appmode consist of a server-side and a notebook extension for Jupyter. Together
Appmode adds the following [configuration options](https://jupyter-notebook.readthedocs.io/en/stable/config.html):
- `Appmode.trusted_path` Run only notebooks below this path in Appmode. Default: No restrictions.
- `Appmode.show_edit_button` Show _Edit App_ button during Appmode. Default: True.
- `Appmode.show_other_button` Show other buttons, e.g. Logout, during Appmode. Default: True.
- `Appmode.show_other_buttons` Show other buttons, e.g. Logout, during Appmode. Default: True.

## Client Side Customization

Expand Down

0 comments on commit 0decaa8

Please sign in to comment.