Skip to content

Commit e31bf4c

Browse files
ci-bots1n7ax
authored andcommitted
lua
1 parent 47801d7 commit e31bf4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# [Lua Async Await](https://ms-jpq.github.io/neovim-async-tutorial)
1+
# [Lua Async Await](https://ms-jpq.github.io/lua-async-await)
22

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

55
Originally written for Neovim, because it uses the same `libuv` eventloop from NodeJS.
66

77
**Works for any LUA code**
88

99
## Special Thanks
1010

11-
[svermeulen](https://github.com/svermeulen) for fixing [inability to return functions](https://github.com/ms-jpq/neovim-async-tutorial/issues/2).
11+
[svermeulen](https://github.com/svermeulen) for fixing [inability to return functions](https://github.com/ms-jpq/lua-async-await/issues/2).
1212

1313
## Preface
1414

@@ -324,7 +324,7 @@ end)()
324324

325325
I have bundle up this tutorial as a vim plugin, you can install it the usual way.
326326

327-
`Plug 'ms-jpq/neovim-async-tutorial', {'branch': 'neo'}`
327+
`Plug 'ms-jpq/lua-async-await', {'branch': 'neo'}`
328328

329329
and then call the test functions like so:
330330

0 commit comments

Comments
 (0)