Skip to content

Commit f8c9ca5

Browse files
committed
docs(readme): small updates
1 parent 34095a4 commit f8c9ca5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ CLI flags are global options that alter the behavior of a CLI command.
128128
## CLI Config
129129

130130
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.
131+
config files and the global CLI config file. See `ionic config set --help` and
132+
`ionic config get --help` for usage.
133133

134134
## CLI Hooks
135135

@@ -147,7 +147,7 @@ scripts](https://docs.npmjs.com/misc/scripts) in your `package.json` file:
147147

148148
```json
149149
"scripts": {
150-
"ionic:build:before": "mv somefile www/somefile",
150+
"ionic:build:before": "cp somefile www/somefile",
151151
}
152152
```
153153

0 commit comments

Comments
 (0)