Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvontamar authored Apr 28, 2019
1 parent 1fa9b20 commit fd21129
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 @@ -42,7 +42,7 @@ ANSITerm.Console's use is fairly similar to .NET's standard console use. With sl
A `using` alias directive should be declared at each source file that makes use of `ANSITerm.Console` in order to prevent confusion between the standard base class and `ANSITerm`'s class.

```
using Console = ANSITerm.Console;
using Console = Tamar.ANSITerm.Console;
```

#### Text formatting
Expand Down

0 comments on commit fd21129

Please sign in to comment.