diff --git a/README.md b/README.md index f6ebb79..f6c6cbd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ +
+ # color.v +[Docs](https://rgbcube.github.io/docs/color) + A V library to aid in printing colored text to the terminal. +
+ ## Installation After doing these, you can use the module in your V programs by importing `rgbcube.color`. @@ -24,7 +30,7 @@ Here are some examples to get you started: ### Basic -```v +```v oksyntax import rgbcube.color color.red.println('Hello World') @@ -34,7 +40,7 @@ color.bold.println('Hello World') ### Advanced -```v +```v oksyntax import rgbcube.color brush := color.new_brush(