Skip to content

Commit

Permalink
Fixed docs using quote (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakakakakku authored and tj committed Jun 19, 2017
1 parent ae12e27 commit a5c9ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults for functions, if desired. Here's an example of a project.json file dec

## Multiple Environments

Multiple environments are supported with the --env flag. By default project.json and function.json are used, however when --env is specified project.ENV.json and function.ENV.json will be used, falling back on function.json for cases when staging and production config is the same. For example your directory structure may look something like the following:
Multiple environments are supported with the `--env` flag. By default project.json and function.json are used, however when `--env` is specified project.ENV.json and function.ENV.json will be used, falling back on function.json for cases when staging and production config is the same. For example your directory structure may look something like the following:

```
project.stage.json
Expand Down

0 comments on commit a5c9ce6

Please sign in to comment.