diff --git a/experimental/lwjgl-integration/README.md b/experimental/lwjgl-integration/README.md index c54ae3cac8..e1af338996 100644 --- a/experimental/lwjgl-integration/README.md +++ b/experimental/lwjgl-integration/README.md @@ -31,7 +31,7 @@ val awtContainer = object : Container() {} // call it when your custom compose app changes winodw position fun onWindowUpdate(x: Int, y: Int, width: Int, height: Int) { - awtContainer.setBounds(x, y, width, height); + awtContainer.setBounds(x, y, width, height) } CompositionLocalProvider(