From c02ad8c8e513d241ff69112be47b5ede6aaa24d0 Mon Sep 17 00:00:00 2001 From: Kaycee Date: Fri, 1 Dec 2017 14:38:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 091cca5..7c4be34 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ In this step we will create our `Calculator` component that will render in our c * Create a folder called `components` inside of the `src` folder. (`app/src`) * Create a folder called `Calculator` inside of the `components` folder. ( `app/src/components` ) -* Create a file called `Caclulator.js` inside of the `Calculator` folder you just created. +* Create a file called `Calculator.js` inside of the `Calculator` folder you just created. * Create a basic react component called `Calculator` in the `Calculator.js` file you just created. * Import the calculator image from the root directory. ( hint: `import varName from "picturepath.png"` ) * Call your variable `calculatorImg`.