Skip to content

Commit

Permalink
Merge pull request #2 from lerina/master
Browse files Browse the repository at this point in the history
Fix Typo in README example.
  • Loading branch information
Canop committed Jun 25, 2019
2 parents f3cb1a3 + 11088dc commit 069ceb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ termimad::print_inline("**some** *nested **style*** and `some(code)`");
```
or
```rust
print!("{}", termimad.inline("**some** *nested **style*** and `some(code)`"));
print!("{}", termimad::inline("**some** *nested **style*** and `some(code)`"));
```

Result:
Expand Down

0 comments on commit 069ceb4

Please sign in to comment.