Skip to content

Commit

Permalink
fix namespace name
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr committed Dec 4, 2023
1 parent 4efefb3 commit 5965e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -100,7 +100,7 @@ the UI or without it (given a string) as follows:
```
#include "hip35.h"
//...
auto hp = std::make_unique<Ui::Hip35>(Key::keypad);
auto hp = std::make_unique<Ui::Hip35>(key::keypad);
// using the UI
hp->RunUI();
// or without it
Expand Down

0 comments on commit 5965e54

Please sign in to comment.