diff --git a/A01 - Pomodoro/README.md b/A01 - Pomodoro/README.md
index 0b79367..63eddb5 100644
--- a/A01 - Pomodoro/README.md
+++ b/A01 - Pomodoro/README.md
@@ -13,3 +13,4 @@ We'll build a Pomodoro timer that can teach us about rendering in React.
- React effects w/ useEffect()
- React refs w/ useRef()
- Parent and child components
+- state management tools
diff --git a/A05 - Moving Link/README.md b/A05 - Moving Link/README.md
index 9e608da..2bbfc9d 100644
--- a/A05 - Moving Link/README.md
+++ b/A05 - Moving Link/README.md
@@ -6,7 +6,7 @@ We'll use HTML canvas to draw a Link. We'll move
[](https://learn.chrisoncode.io/courses/10-react-apps-series-a/348624-05-moving-boxes-and-zelda/992093-00-moving-boxes-and-link-preview)
-### React skills used in this app
+### React skills used in this application
- HTML canvas
- React state w/ useState()
diff --git a/A05 - Moving Link/finished/README.md b/A05 - Moving Link/finished/README.md
index 9c40dcd..f7e7f7b 100644
--- a/A05 - Moving Link/finished/README.md
+++ b/A05 - Moving Link/finished/README.md
@@ -12,7 +12,7 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
-### `yarn test`
+### `yarn test` // only you will need this when you want to switch your app to production mode
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.