From 144bf4e5be2c96bd20ed2fc9dbd5351e4f3026c9 Mon Sep 17 00:00:00 2001 From: Suren Atoyan Date: Sun, 17 Jan 2021 20:15:11 +0400 Subject: [PATCH] update CDN example links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ffb386..cdb0176 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Monaco Editor for React · use the [monaco-editor](https://microsoft.githu ## Synopsis -`Monaco` editor wrapper for easy/one-line integration with any `React` application without needing to use `webpack` (or any other module bundler) configuration files / plugins. It can be used with apps generated by `create-react-app`, `create-snowpack-app`, `vite`, `Next.js` or any other app gererators - **you don't need to eject or rewire them**. [You can use it even from CDN without budlers](https://codesandbox.io/s/cdn-example-hrzv2) +`Monaco` editor wrapper for easy/one-line integration with any `React` application without needing to use `webpack` (or any other module bundler) configuration files / plugins. It can be used with apps generated by `create-react-app`, `create-snowpack-app`, `vite`, `Next.js` or any other app gererators - **you don't need to eject or rewire them**. [You can use it even from CDN without budlers](https://codesandbox.io/s/cdn-example-fnhfr?file=/index.html) ## Motivation @@ -56,7 +56,7 @@ or yarn add @monaco-editor/react ``` -or you can use `CDN`. [Here is an example]((https://codesandbox.io/s/cdn-example-hrzv2)) +or you can use `CDN`. [Here is an example](https://codesandbox.io/s/cdn-example-fnhfr?file=/index.html) **NOTE**: For `TypeScript` type definitions, this package uses the [monaco-editor](https://www.npmjs.com/package/monaco-editor) package as a peer dependency. So, if you need types and don't already have the [monaco-editor](https://www.npmjs.com/package/monaco-editor) package installed, you will need to do so