From 77afb55167cdcbfebc69fc33bc4467eec3d381a4 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 21 Mar 2021 03:16:39 +0000 Subject: [PATCH] Update StackBlitz links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 670817a951..71957a53ea 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ Here are examples of `docx` being used with basic `HTML/JS` in a browser environ Here is an example of `docx` working in `Angular`: -* https://stackblitz.com/edit/angular-afvxtz +* https://stackblitz.com/edit/angular-docx Here is an example of `docx` working in `React`: -* https://stackblitz.com/edit/react-ts-qq25sp -* https://stackblitz.com/edit/react-ts-qdqu7z (adding images to Word Document) +* https://stackblitz.com/edit/react-docx +* https://stackblitz.com/edit/react-docx-images (adding images to Word Document) Here is an example of `docx` working in `Vue.js`: