From fd21129da91800810ce0d06b12b32584fb99be98 Mon Sep 17 00:00:00 2001 From: David Tamar Date: Sun, 28 Apr 2019 04:45:04 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e97f7e..18df3b6 100644 --- a/README.md +++ b/README.md @@ -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