Skip to content

Commit 170fdb0

Browse files
committed
README update
1 parent 2c6fd3e commit 170fdb0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Create React WP Theme <!-- omit in toc -->
22

3-
Dec. 5, 2019
3+
Dec. 15, 2019
44
<br />
5-
[v3.3.0](https://github.com/facebook/create-react-app/releases/tag/v3.3.0) of [Create React App](https://create-react-app.dev/) was released yesterday. I usually wait a few days before updating `create-react-wptheme` just to make sure that they don't have any major bugs. So look for the updated `create-react-wptheme` sometime Wed-Thu next week.
5+
[v3.3.0](https://github.com/facebook/create-react-app/releases/tag/v3.3.0) of [Create React App](https://create-react-app.dev/) was released. It's a major change, and it's going take me another week to make the changes to `create-react-wptheme`.
66

77
But don't let that stop you from creating a new theme now, as updating your theme is quite painless (see [Updating Existing Themes](#updating-existing-themes)) below.
88

99
The current release of `create-react-wptheme` is based on [v3.2.0](https://github.com/facebook/create-react-app/releases/tag/v3.2.0) of [Create React App](https://create-react-app.dev/).
1010

11-
----
11+
---
1212

1313
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
1414
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
@@ -28,18 +28,18 @@ Check it out:
2828

2929
For more details check out the rest of this document.
3030

31-
- [Creating a New Theme](#creating-a-new-theme)
32-
- [Updating Existing Themes](#updating-existing-themes)
33-
- [Developing Your Theme](#developing-your-theme)
34-
- [React Tutorials](#react-tutorials)
35-
- [The Public Folder](#the-public-folder)
36-
- [Dev Configuration](#dev-configuration)
37-
- [HTTPS/SSL Support](#httpsssl-support)
38-
- [Deploying Your Theme](#deploying-your-theme)
39-
- [Dealing With Differing Paths Between DEV and PROD](#dealing-with-differing-paths-between-dev-and-prod)
40-
- [Goals](#goals)
41-
- [Acknowledgements](#acknowledgements)
42-
- [License](#license)
31+
- [Creating a New Theme](#creating-a-new-theme)
32+
- [Updating Existing Themes](#updating-existing-themes)
33+
- [Developing Your Theme](#developing-your-theme)
34+
- [React Tutorials](#react-tutorials)
35+
- [The Public Folder](#the-public-folder)
36+
- [Dev Configuration](#dev-configuration)
37+
- [HTTPS/SSL Support](#httpsssl-support)
38+
- [Deploying Your Theme](#deploying-your-theme)
39+
- [Dealing With Differing Paths Between DEV and PROD](#dealing-with-differing-paths-between-dev-and-prod)
40+
- [Goals](#goals)
41+
- [Acknowledgements](#acknowledgements)
42+
- [License](#license)
4343

4444
## Creating a New Theme
4545

0 commit comments

Comments
 (0)