From bf35210d9c6ada20e59a1c0faac63370575cf28a Mon Sep 17 00:00:00 2001 From: croketillo Date: Sat, 11 Nov 2023 06:13:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a36f0..f1faa98 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can install ColorPattern using pip: ## Usage -Use start_color() for initialize the color print, and end_color() for stop colorization. +Use ```start_color()``` for initialize the color print, and ```end_color()``` for stop colorization. ```python from colorpattern.colorpattern import *