Skip to content

Commit 4895a59

Browse files
authored
Fixed typo in the README
1 parent 5f3f537 commit 4895a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
3434
### How to use
3535

3636
- **Log in:** Sign up through email/Github if you would like to save your projects to the cloud. Otherwise, select _Continue as Guest_
37-
- **Selectproject type:** By default, new projects will be Next.js projects, but you can toggle your project to be a normal React application by selecting "Classic React" in the bottom-right corner.
37+
- **Select project type:** By default, new projects will be Next.js projects, but you can toggle your project to be a normal React application by selecting "Classic React" in the bottom-right corner.
3838
- **Next.js** projects allow you to easily create routing between pages within ReacType and render content with static rendering.
3939
- **Classic React** projects are vanilla React. You can create multiple "root" components, but routing between these root components is enabled by default.
4040
- **Add components:** Add a new component in the left panel. If the _Page_ checkbox is selected, the component will become a page that can be routed to. For example, a page component named 'Home', the component's corresponding route will be '/Home'. [Learn more about Next.js routing](https://nextjs.org/docs/routing/introduction).

0 commit comments

Comments
 (0)