From 96c96d770023fc8353b1af1c714085fe18a9a4e8 Mon Sep 17 00:00:00 2001 From: Zbynek Konecny Date: Fri, 17 Mar 2023 13:23:39 +0100 Subject: [PATCH] Fix markdown syntax --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a828d7e..39d41c5 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ A future-proof port of the `com.google.gwt.event.EventDOM` GWT module, with no d ## Migrating from `com.google.gwt.event.EventDOM` -```xml - - org.gwtproject.event - gwt-event-dom - 1.0-SNAPSHOT - -``` - ``` +1. If you are using Maven, update the dependeny in your POM: + ```xml + + org.gwtproject.event + gwt-event-dom + 1.0-SNAPSHOT + + ``` For Gradle: