Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 37f295e

Browse files
authored
Update README.md
1 parent 2a4eddd commit 37f295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Kweb is designed to make it easy for developers to create modern websites withou
3131

3232
Kweb is a remote interface for a web browser's DOM (Document Object Model). With Kweb, you can create and manipulate DOM elements, and listen for and handle events, all using an intuitive Kotlin DSL that mirrors the structure of the HTML being created. Kweb is built on the Ktor framework, which handles HTTP, HTTPS, and WebSocket transport, and is optimized to minimize latency and resource usage on both the server and browser.
3333

34-
## Note on Memory Leak Issue
34+
### Note on Memory Leak Issue
3535

3636
We have identified a memory leak issue that may affect users when using the `InputElement` class, we're working on a [fix](https://github.com/kwebio/kweb-core/pull/611). We recommend that you run a memory profiler to see if you're affected.
3737

0 commit comments

Comments
 (0)