diff --git a/tutorial/tutorial.html b/tutorial/tutorial.html index 7672252543..c527dd59fc 100644 --- a/tutorial/tutorial.html +++ b/tutorial/tutorial.html @@ -244,7 +244,8 @@
  • Follow the installation instructions to create a new project.
  • Delete all files in the src/ folder of the new project.
  • Add a file named index.css in the src/ folder with this CSS code.
  • -
  • Add a file named index.js in the src/ folder with this JS code, and then add three lines to the top of it:

    +
  • Add a file named index.js in the src/ folder with this JS code.
  • +
  • Add these three lines to the top of index.js in the src/ folder:

    import React from 'react';
     import ReactDOM from 'react-dom';
     import './index.css';