Browse Source

Fix typo in readme

patch-1
Luke Childs 8 years ago
committed by GitHub
parent
commit
352fcaa528
  1. 2
      README.md

2
README.md

@ -133,7 +133,7 @@ Options are:
- `--port` or `-p` (optional) The local server port. Defaults to `8000`
The `serve` command will automatically look for the local `serverless.yml` and serve
all the `http` events. For example this configuration will generate a GET enpoint:
all the `http` events. For example this configuration will generate a GET endpoint:
```yaml
functions:

Loading…
Cancel
Save