From 8e5797f47f3f5a41cf878b846d66f1dca39120c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rojen=20Arda=20=C5=9Ee=C5=9Fen?= Date: Fri, 20 Sep 2024 23:05:14 +0300 Subject: [PATCH] Trigger pipeline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4686a0..930556d 100644 --- a/README.md +++ b/README.md @@ -203,4 +203,4 @@ The email templates are in `./backend/app/email-templates/`. Here, there are two Before continuing, ensure you have the [MJML extension](https://marketplace.visualstudio.com/items?itemName=attilabuti.vscode-mjml) installed in your VS Code. -Once you have the MJML extension installed, you can create a new email template in the `src` directory. After creating the new email template and with the `.mjml` file open in your editor, open the command palette with `Ctrl+Shift+P` and search for `MJML: Export to HTML`. This will convert the `.mjml` file to a `.html` file and now you can save it in the build directory. \ No newline at end of file +Once you have the MJML extension installed, you can create a new email template in the `src` directory. After creating the new email template and with the `.mjml` file open in your editor, open the command palette with `Ctrl+Shift+P` and search for `MJML: Export to HTML`. This will convert the `.mjml` file to a `.html` file and now you can save it in the build directory.