Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens authored Feb 18, 2019
1 parent 19a4c9b commit 202c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Bake will not attempt to discover projects in subdirectories of projects if thos
Additionally, bake will skip any directories that start with a `.`.

#### Build configurations
Bake lets you build projects with different build configurations, like `debug` and `release`. By default, bake has built-in settings for `debug` and `release` configurations. You can specify a buidl configuration with the `--cfg` flag:
Bake lets you build projects with different build configurations, like `debug` and `release`. By default, bake has built-in settings for `debug` and `release` configurations. You can specify a build configuration with the `--cfg` flag:

```
bake my_project --cfg release
Expand Down

0 comments on commit 202c772

Please sign in to comment.