From 5beb5f490dac0587c30c7392fae32220e39bd841 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 2 Dec 2022 21:18:24 +0300 Subject: [PATCH] Add docs link to readme and center --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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(