From 0bdb6c28c5de125364f677ae970e2d364335649c Mon Sep 17 00:00:00 2001 From: Erfan Momeni Date: Sun, 25 Jun 2023 17:31:19 +0330 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e30455..abc2f9f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ func main() { ``` You can also print many texts with different colors and background colors only in one operation like below: -``` +```go package main import ( @@ -67,7 +67,7 @@ func main() { Print("Erfan") } ``` -output: +output: