Skip to content

Commit

Permalink
s/display/eprint
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Feb 26, 2021
1 parent 5e37f6f commit 96a9bab
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 @@ -15,7 +15,7 @@ billboard = "0.1"
use billboard::Billboard;

fn main() {
Billboard::default().display("Hello, World!");
Billboard::default().eprint("Hello, World!");
}
```

Expand Down

0 comments on commit 96a9bab

Please sign in to comment.