Skip to content

Commit

Permalink
docs: Clarify use of entryPoint option (#156)
Browse files Browse the repository at this point in the history
The current wording can be misinterpreted as requiring the path to the
`firebase.json` file rather than the directory containing it. The new
wording avoids the possibility for confusion.
  • Loading branch information
andreavaccari authored Jan 4, 2022
1 parent 528596c commit ff6e7dd
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 @@ -141,7 +141,7 @@ for more information about deploy targets.

### `entryPoint` _{string}_

The location of your [`firebase.json`](https://firebase.google.com/docs/cli#the_firebasejson_file)
The directory containing your [`firebase.json`](https://firebase.google.com/docs/cli#the_firebasejson_file)
file relative to the root of your repository. Defaults to `.` (the root of your repo).

## Outputs
Expand Down

0 comments on commit ff6e7dd

Please sign in to comment.