Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Koeninger authored Oct 22, 2020
1 parent 192048d commit 195e97c
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 @@ -25,4 +25,4 @@ cd projectname

That will compile your code and package it into index.js, after which you can run `wrangler publish` to push it to Cloudflare.

For more information on interop between Kotlin and Javascript, see the [Kotlin docs](https://kotlinlang.org/docs/reference/js-interop.html). Regarding coroutines, see [this issue with workaround](https://github.com/cloudflare/kotlin-worker-hello-world/issues/2)
For more information on interop between Kotlin and Javascript, see the [Kotlin docs](https://kotlinlang.org/docs/reference/js-interop.html). Regarding coroutines, see [this issue and workaround](https://github.com/cloudflare/kotlin-worker-hello-world/issues/2)

0 comments on commit 195e97c

Please sign in to comment.