From e075f6832690d3fbd744af17ce113791226dc134 Mon Sep 17 00:00:00 2001 From: Erik Huizinga Date: Tue, 5 Jul 2022 13:45:46 +0200 Subject: [PATCH] Update README.md (#2163) * Update README.md * Update README.md Co-authored-by: Igor Demin --- tutorials/Web/Events_Handling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Web/Events_Handling/README.md b/tutorials/Web/Events_Handling/README.md index 47f82aad8f..27c46748f5 100644 --- a/tutorials/Web/Events_Handling/README.md +++ b/tutorials/Web/Events_Handling/README.md @@ -47,7 +47,7 @@ Form(attrs = { ``` -There are more event listeners supported out of a box. We plan to add the documentation for them later on. In the meantime, you can find all supported event listeners in the [source code](https://github.com/JetBrains/compose-jb/blob/master/web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/EventsListenerBuilder.kt). +There are more event listeners supported out of the box. We plan to add the documentation for them later on. In the meantime, you can find all supported event listeners in the [source code](https://github.com/JetBrains/compose-jb/blob/master/web/core/src/jsMain/kotlin/org/jetbrains/compose/web/attributes/EventsListenerScope.kt). ### Runnable example