From f4962ff229059ea2365289d3fd501821619ced5c Mon Sep 17 00:00:00 2001 From: Brian Bancroft Date: Mon, 24 May 2021 22:22:23 -0700 Subject: [PATCH] Correct typo in readme (#249) Corrects a small typo in the readme file visible in npmjs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 137e652..1a6cc06 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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 bundlers](https://codesandbox.io/s/cdn-example-fnhfr?file=/index.html) +`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 generators - **you don't need to eject or rewire them**. [You can use it even from CDN without bundlers](https://codesandbox.io/s/cdn-example-fnhfr?file=/index.html) ## Motivation