From 2778c10b845a5bbe65274014631b14267220c494 Mon Sep 17 00:00:00 2001 From: snarcraft Date: Mon, 9 Nov 2020 19:44:15 +0100 Subject: [PATCH] docs: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4044e707..89531e84 100644 --- a/README.md +++ b/README.md @@ -537,7 +537,7 @@ class HomePage extends StatelessWidget { child: Icon(Icons.add), onPressed: () { // You can retrive the class directly with `get` and execute the increment method - get().increment(); + Modular.get().increment(); }, ), );