From f4255c45686e23f218daa1c0e07bf778b5430842 Mon Sep 17 00:00:00 2001 From: Asif Maknojiya Date: Sat, 3 Feb 2024 21:19:51 +0530 Subject: [PATCH] Update README.md typo mistake. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be419c9a9..f2c18b1a5 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Reactive programming with Get is as easy as using setState. Let's imagine that you have a name variable and want that every time you change it, all widgets that use it are automatically changed. -This is your count variable: +This is your name variable: ```dart var name = 'Jonatas Borges';