Skip to content

Commit 2362391

Browse files
authored
Update README.md
1 parent 537bc77 commit 2362391

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Async Await in [90 lines](https://github.com/ms-jpq/neovim-async-tutorial/blob/master/lua/async.lua) of code.
44

5-
## Preface
6-
7-
### Special Thanks
5+
## Special Thanks
86

97
[svermeulen](https://github.com/svermeulen) for fixing [inability to return functions](https://github.com/ms-jpq/neovim-async-tutorial/issues/2).
108

9+
## Preface
10+
1111
This tutorial assumes that you are familiar with the concept of `async` `await`
1212

1313
You will also need to read through the [first 500 words](https://www.lua.org/pil/9.1.html) of how coroutines work in lua.

0 commit comments

Comments
 (0)