Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo correction #41

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/with-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn create adastra@latest --template blanklob/adastra/examples/with-typescript

### Using Adastra CLI ✨

To launch the development server for the first time, you will need to replace the development command inside the `package.tson` with the following:
To launch the development server for the first time, you will need to replace the development command inside the `package.json` with the following:

```json
"scripts": {
Expand Down Expand Up @@ -74,7 +74,7 @@ Inside your Adastra ✨ theme project, you'll see the following folders and file
│ └── hello-world.ts
├── templates
├── vite.config.ts
└── package.tson
└── package.json
```

Adastra ✨ detects entrypoint files automatically in the `entrypoints/` directory. In this case `base.css` for styles and `index.ts` for modules.
Expand Down
4 changes: 2 additions & 2 deletions examples/with-vanilla-extract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn create adastra@latest --template blanklob/adastra/examples/with-vanilla-ext

### Using Adastra CLI ✨

To launch the development server for the first time, you will need to replace the development command inside the `package.tson` with the following:
To launch the development server for the first time, you will need to replace the development command inside the `package.json` with the following:

```json
"scripts": {
Expand Down Expand Up @@ -75,7 +75,7 @@ Inside your Adastra ✨ theme project, you'll see the following folders and file
│ └── hello-world.ts
├── templates
├── vite.config.ts
└── package.tson
└── package.json
```

Adastra ✨ detects entrypoint files automatically in the `entrypoints/` directory. In this case `base.css` for styles and `index.ts` for modules.
Expand Down
Loading