From 5c0536576e9ea265d9dbd60cb6484eaa48f45991 Mon Sep 17 00:00:00 2001 From: Branden Taylor Date: Wed, 12 Jun 2019 10:58:35 -0700 Subject: [PATCH] Tweaking sample index (#90) --- INDEX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INDEX.md b/INDEX.md index 793a7dd50..8b8e2a625 100644 --- a/INDEX.md +++ b/INDEX.md @@ -52,8 +52,8 @@ hand-written constructors, `json_serializable`, and `built_value`. #### [provider_counter](provider_counter) _(Flutter team)_ The simplest possible app (the counter) using `provider` -for state management. (This was previously known as `scoped_model_counter`, -and used `scoped_model` for state management.) +for state management. This was previously known as `scoped_model_counter`, +and used `scoped_model` for state management. ## UI