Skip to content

Commit

Permalink
fix broken link href in readme (#433)
Browse files Browse the repository at this point in the history
#using-async-await is not compatible herf link to `Using async/await`
to link properly, it should use #using-asyncawait
  • Loading branch information
KOREAN139 authored and Luciano Mammino committed Dec 5, 2019
1 parent 3d02bee commit 4fd888a
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 @@ -50,7 +50,7 @@
* [Handling errors](#handling-errors)
* [Promise support](#promise-support)
* [Promises and error handling](#promises-and-error-handling)
* [Using async/await](#using-async-await)
* [Using async/await](#using-asyncawait)
- [Writing a middleware](#writing-a-middleware)
* [Configurable middlewares](#configurable-middlewares)
* [Inline middlewares](#inline-middlewares)
Expand Down

0 comments on commit 4fd888a

Please sign in to comment.