diff --git a/README.md b/README.md index 337cbe3e0..265e2bda2 100755 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ These are steps that will only have to be done once across all your JAWS project ```cd back/lambdas/; jaws deploy lambda``` * Optionally deploy your API gateway: - * Configure [`endpoint`](./docs/jaws-json.md) attribute in `jaws.json` + * Configure `jaws.json` [`endpoint`](./docs/jaws-json.md) attribute in `` dir * ```cd back/lambdas/; jaws deploy api``` * Smile ;)