Skip to content

Commit f94ed25

Browse files
committed
Adds README
1 parent 47c54fa commit f94ed25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ Theme created: My Theme in C:\Users\noahm\Code\create-wp-theme-dev\app\public\wp
6969

7070
## Options
7171

72-
The tool offers several options that will serve as defaults for the tool's prompt.These options can be used to customize the default options of the tool.
72+
The tool offers several options that will serve as defaults for the tool's prompt. These options can be used to customize the default options of the tool allowing the developer to go through the prompts faster.
7373

7474
```shell
7575
create-wp-theme -X 1.0.0 -A "Example, INC." -E hello@example.com -u https://example.com my-theme
7676
```
7777

78-
The above would ouput the following prompts.
78+
**The above would ouput the following prompts:**
7979

8080
```shell
8181
The following tool will help you configure your new theme.
@@ -102,13 +102,13 @@ Class Prefix: (WP_Theme)
102102

103103
## Help
104104

105-
To get help with the tool and to learn more about usage and the available options, use the `--help` or `-h` flag.
105+
To get help with the tool and to learn more about usage and the available options, use the `--help` or `-h` flag. This will output all help information available including how to use the command, option flags, option descriptions, and option defaults.
106106

107107
```shell
108108
create-wp-theme --help
109109
```
110110

111-
This will output all help information available including how to use the command, option flags, option descriptions, and option defaults.
111+
**The above would ouput the following help information:**
112112

113113
```shell
114114
Usage: create-wp-theme [options] <file>

0 commit comments

Comments
 (0)