Fix link in README.md [skip ci] (#848)
This commit is contained in:
parent
a832b85ab5
commit
21fc124b1c
1 changed files with 2 additions and 1 deletions
|
|
@ -287,7 +287,8 @@ Differences with Clojure:
|
||||||
- Currently `reify` works only for one class at a time
|
- Currently `reify` works only for one class at a time
|
||||||
|
|
||||||
- The `clojure.core.async/go` macro is not (yet) supported. For compatibility it
|
- The `clojure.core.async/go` macro is not (yet) supported. For compatibility it
|
||||||
currently maps to `clojure.core.async/thread`. More info [here](#coreasync).
|
currently maps to `clojure.core.async/thread`. More info
|
||||||
|
[here](https://book.babashka.org/#core_async).
|
||||||
|
|
||||||
## Package babashka script as a AWS Lambda
|
## Package babashka script as a AWS Lambda
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue