From fedc99c69901326292044f0c66752c0ccb290ee3 Mon Sep 17 00:00:00 2001 From: Robin Millette Date: Thu, 31 Mar 2022 17:07:51 -0400 Subject: [PATCH] Fix component URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90ef89..05916ce 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A boilerplate to quickly get started when creating your own component. 3 examples can be found in */components*. Each of them introduce new features, so they should be checked in this order : MjBasicComponent, MjImageText, MjLayout. -For more complex examples, have a look at standard MJML components code such as [mj-carousel](https://github.com/mjmlio/mjml/tree/master/packages/mjml-accordion). +For more complex examples, have a look at standard MJML components code such as [mjml-carousel](https://github.com/mjmlio/mjml/tree/master/packages/mjml-carousel). ## Getting started