From a1702331e33678e8b9bfe103ad6d2e91f50c4630 Mon Sep 17 00:00:00 2001 From: Kenneth Chau Date: Fri, 1 Mar 2019 08:07:30 -0800 Subject: [PATCH] Update README.md --- step2-07/demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step2-07/demo/README.md b/step2-07/demo/README.md index 08fc743..3aeff02 100644 --- a/step2-07/demo/README.md +++ b/step2-07/demo/README.md @@ -10,7 +10,7 @@ In this step, we introduce but one useful library that works with Redux: [`react ## The official React Redux binding: `react-redux` -That's right, Redux doesn't only work with React. It can also be used with Vue.js, Angular, and React Native, to name a few. +That's right, Redux doesn't just work with React. It can also be used with Vue.js, Angular, and React Native, to name a few. ### `` component