From 0c454546d1c911e158228b48260b938ee7092d6a Mon Sep 17 00:00:00 2001 From: ratuka Date: Mon, 18 Dec 2023 02:09:58 +0100 Subject: [PATCH] Update README.md (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0e832..ab9876d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A future-proof port of the `com.google.gwt.dom.DOM` GWT module, with no dependen 3. Change the `import`s in your Java source files: ```java - import org.gwtproject.typedarrays.client.ArrayBufferNative; + import org.gwtproject.dom.*; ``` ## Instructions