Skip to content

Commit 3201235

Browse files
give a better description
1 parent e137cbd commit 3201235

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ create-wp-site
33

44
[![npm version](https://img.shields.io/npm/v/create-wp-site.svg?style=flat)](https://www.npmjs.com/package/create-wp-site)
55

6-
`create-wp-site` is a is a site creation wizard for your local WordPress development
7-
using [10up/wp-local-docker](https://github.com/10up/wp-local-docker).
6+
`create-wp-site` is a command line tool to create your local WordPress development
7+
with [10up/wp-local-docker](https://github.com/10up/wp-local-docker).
88
This tools is inspired by site creation wizard for [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV) by [brad/vv](https://github.com/bradp/vv).
99

1010
## Requirements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-wp-site",
33
"version": "0.1.2",
4-
"description": "Create WordPress site with 10up/wp-local-docker",
4+
"description": "Create local WordPress development with 10up/wp-local-docker",
55
"bin": {
66
"create-wp-site": "bin/create-wp-site"
77
},

src/commands/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import cli from 'commander';
33

44
export default () => {
55
log.info( '=== Create WP Site v' + cli.version() + ' ===' );
6-
log.info( 'Create WP Site is a site creation wizard for WordPress using 10up/wp-local-docker' );
6+
log.info( 'Create local WordPress development with 10up/wp-local-docker' );
77
log.info( 'Run create-wp-site --help for more info' );
88
};

0 commit comments

Comments
 (0)