Skip to content

Commit

Permalink
Update example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Dec 7, 2021
1 parent 3e834ae commit 4f4c889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In [3]: def app(stdscr) -> None:
...: stdscr.addstr(
...: f"\033[2J\033[{x};{y}H"
...: "\033[1;32mHello "
...: f"\033[22;38;2;{';'.join(map(str, ultra_violet))}m"
...: f"\033[;3;38;2;{';'.join(map(str, ultra_violet))}m"
...: "cusser"
...: "\033[m 🤬!"
...: )
Expand All @@ -58,6 +58,7 @@ In [3]: def app(stdscr) -> None:
...:

In [4]: curses.wrapper(app)

```

![Screenshot](https://github.com/getcuia/cusser/raw/main/screenshot.png)
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f4c889

Please sign in to comment.