From 25fe8cf57ca03086d53508508a9a40177e9644c1 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Tue, 22 Jun 2021 20:50:29 +0200 Subject: [PATCH] Fix event table in README.md There was an unreadable table in the markdown, and now it's fixed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f4d312..7cbbc8d 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ import 'owl.carousel/dist/assets/owl.theme.default.css'; ## Event | Name | Descrption | -| :-----------: | :----------------------------------------------------------------- | --- | -| onInitialize | When the plugin initializes. | ' | +| :-----------: | :----------------------------------------------------------------- | +| onInitialize | When the plugin initializes. | | onInitialized | When the plugin has initialized. | | onResize | When the plugin gets resized. | | onResized | When the plugin has resized. |