Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Minor formatting fix in README.md #515

Merged
merged 1 commit into from
Sep 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ There are two types of configuration that `wrangler` uses: global user and per p
- `route`: This is the route you'd like to use your worker on. You need to include the hostname. Examples:
- `*example.com/*`
- `http://example.com/hello`

This key is optional if you are using a workers.dev subdomain and is only required for `publish --release`.
- `webpack_config`: This is the path to the webpack configuration file for your worker. This is optional and
defaults to `webpack.config.js`
Expand Down