Skip to content

Commit b64e15f

Browse files
committed
Update templates' READMEs
1 parent 4b11a09 commit b64e15f

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

packages/cra-template-wptheme-typescript/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This is the official TypeScript template for [Create React WPTheme](https://github.com/devloco/create-react-wptheme).
44

5-
To use this template, add `--template typescript` when creating a new wp theme.
5+
To use this template, add `--typescript` when creating a new wp theme.
66

77
For example:
88

99
```sh
10-
npx create-react-wptheme my-theme --template typescript
10+
npx create-react-wptheme my-theme --typescript
1111
```

packages/cra-template-wptheme-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@devloco/cra-template-wptheme-typescript",
3-
"version": "3.3.0-wp.6",
2+
"name": "cra-template-wptheme-typescript",
3+
"version": "3.3.0-wp.7",
44
"keywords": [
55
"react",
66
"create-react-app",
-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# cra-template-wptheme
22

33
This is the official base template for [Create React WPTheme](https://github.com/devloco/create-react-wptheme).
4-
5-
If you don't specify a template (for example, `--template typescript`), this template will be used by default.

packages/cra-template-wptheme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cra-template-wptheme",
3-
"version": "3.3.0-wp.2",
3+
"version": "3.3.0-wp.3",
44
"keywords": [
55
"wordpress",
66
"create-react-app",

0 commit comments

Comments
 (0)