From 5b960507f60d52991e5301935f3b7b9e5295f2eb Mon Sep 17 00:00:00 2001 From: icaema Date: Thu, 16 Nov 2023 20:01:39 -0500 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4717fd..4ab1176 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Pytermrender also provides a convienent way to store state inside the Screen obj Screen.tickers | a dictionary to store variables that change every frame. Screen.state - | a dictionary to store variaiables that are more static. + | a dictionary to store variables that are more static. ``` Example usage as follows: ```