From 50e36d6c03cf46b6bc4a7601fa45e1f67f507cd1 Mon Sep 17 00:00:00 2001 From: Jai Flack Date: Thu, 8 Oct 2020 01:33:43 +1000 Subject: [PATCH] Fix CHANGESv2.adoc Import Path The import path in CHANGESv2.adoc was wrong and didn't match README.adoc. This fixes that. --- CHANGESv2.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGESv2.adoc b/CHANGESv2.adoc index b9b231f..0862fe2 100644 --- a/CHANGESv2.adoc +++ b/CHANGESv2.adoc @@ -4,7 +4,7 @@ A number of changes were made to _Tcell_ for version two, and some of these are breaking. === Import Path -The import path for tcell has changed to github.com/gdamore/v2 to reflect a new major version. +The import path for tcell has changed to `github.com/gdamore/tcell/v2` to reflect a new major version. === Style Is Not Numeric The type `Style` has changed to a structure, to allow us to add additional data such as flags for color setting, more attribute bits, and so forth.