diff --git a/README.md b/README.md index e3e93ad3..1ca83026 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ typescript-vue-tutorial/ └─ components/ ``` -TypeScript files will start out in your `src` folder, run through the TypeScript compiler, then webpack, and end up in a `bundle.js` file in `dist`. +TypeScript files will start out in your `src` folder's index.ts file, run through the TypeScript compiler, then webpack, and end up in a `bundle.js` file in `dist`. Any components that we write will go in the `src/components` folder. Let's scaffold this out: