Skip to content

Commit e6dc300

Browse files
authored
typo correction (#41)
1 parent 7253ccd commit e6dc300

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/with-typescript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn create adastra@latest --template blanklob/adastra/examples/with-typescript
2121

2222
### Using Adastra CLI ✨
2323

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

2626
```json
2727
"scripts": {
@@ -74,7 +74,7 @@ Inside your Adastra ✨ theme project, you'll see the following folders and file
7474
│ └── hello-world.ts
7575
├── templates
7676
├── vite.config.ts
77-
└── package.tson
77+
└── package.json
7878
```
7979

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

examples/with-vanilla-extract/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn create adastra@latest --template blanklob/adastra/examples/with-vanilla-ext
2121

2222
### Using Adastra CLI ✨
2323

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

2626
```json
2727
"scripts": {
@@ -75,7 +75,7 @@ Inside your Adastra ✨ theme project, you'll see the following folders and file
7575
│ └── hello-world.ts
7676
├── templates
7777
├── vite.config.ts
78-
└── package.tson
78+
└── package.json
7979
```
8080

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

0 commit comments

Comments
 (0)