From cfde28d389a1c9aaa2144cd5e550f65e3c43ca2a Mon Sep 17 00:00:00 2001 From: benj <25828824+brrusselburg@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:26:56 -0500 Subject: [PATCH] Update README.md (#598) fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7a3dcc..e5e5819a 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ bin/rails javascript:update_constants ### Interactions with Other Plugins -You can use the an element of this component with [Right Sidebar Blocks](https://github.com/discourse/discourse-right-sidebar-blocks). You'll want to ensure the desired route is enabled via the `events calendar categories` setting. In Right Sidebar Block's settings, the block name will be `upcoming-events-list`, and the params use this [syntax](https://momentjs.com/docs/#/displaying/format/), for example `MMMM D, YYYY`. +You can use an element of this plugin with the [Right Sidebar Blocks](https://github.com/discourse/discourse-right-sidebar-blocks) component. You'll want to ensure the desired route is enabled via the `events calendar categories` setting. In Right Sidebar Block's settings, the block name will be `upcoming-events-list`, and the params use this [syntax](https://momentjs.com/docs/#/displaying/format/), for example `MMMM D, YYYY`.