diff --git a/step1-04/demo/README.md b/step1-04/demo/README.md index b4eb781e..f0432754 100644 --- a/step1-04/demo/README.md +++ b/step1-04/demo/README.md @@ -239,7 +239,7 @@ To scale our application, we'll need to break up the file into smaller, reusable ### Module exports and imports -Open up `step1-04/final/components/Counter.tsx` and look at the `Counter` component. +Open up `step1-04/final/src/components/Counter.tsx` and look at the `Counter` component. ```tsx export class Counter extends React.Component {