We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34095a4 commit f8c9ca5Copy full SHA for f8c9ca5
1 file changed
README.md
@@ -128,8 +128,8 @@ CLI flags are global options that alter the behavior of a CLI command.
128
## CLI Config
129
130
The CLI provides commands for setting and printing config values from project
131
-config files and the global CLI file. See `ionic config set --help` and `ionic
132
-config get --help` for usage.
+config files and the global CLI config file. See `ionic config set --help` and
+`ionic config get --help` for usage.
133
134
## CLI Hooks
135
@@ -147,7 +147,7 @@ scripts](https://docs.npmjs.com/misc/scripts) in your `package.json` file:
147
148
```json
149
"scripts": {
150
- "ionic:build:before": "mv somefile www/somefile",
+ "ionic:build:before": "cp somefile www/somefile",
151
}
152
```
153
0 commit comments