diff --git a/README.md b/README.md index b39fa6f..7993c83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # v-color -An easier way to print color to the terminal +An easier way to print colored text to the terminal # Example diff --git a/v.mod b/v.mod index a5f9d17..af28c94 100644 --- a/v.mod +++ b/v.mod @@ -1,6 +1,6 @@ Module { name: 'color' - description: 'An easier way to print color to the terminal' + description: 'An easier way to print colored text to the terminal' version: '1.0.0' license: 'MIT' dependencies: []