diff --git a/README.md b/README.md index 5f97bca..7ecbfa4 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Monaco editor wrapper for painless integration with React applications without n ## Motivation There is a well-known web technology based code editor called [Monaco Editor](https://microsoft.github.io/monaco-editor/) that powers [VS Code](https://code.visualstudio.com/). [There are also many ways to integrate](https://github.com/Microsoft/monaco-editor-samples/) it provided by monaco creators. But there were tons of problems with integration of monaco with modern technologies; e.g React. -There also exist solutions for integration with React; e.g [this one](https://github.com/react-monaco-editor/react-monaco-editor) and [this one](https://wangchujiang.com/react-monacoeditor/). But they need some custom webpack configuration to make Monaco fully work, which is not the "best" solution for such kind of things like create-react-app - [CRA](https://facebook.github.io/create-react-app/). +There also exist solutions for integration with React; e.g [this one](https://github.com/react-monaco-editor/react-monaco-editor) and [this one](https://github.com/jaywcjlove/react-monacoeditor). But they need some custom webpack configuration to make Monaco fully work, which is not the "best" solution for such kind of things like create-react-app - [CRA](https://facebook.github.io/create-react-app/). -With this solution, you don't need any kind of webpack configuration files and it works great both with React apps created by CRA or created by something else. +With this solution, you don't need any kind of webpack configuration files and it works great with React apps created by CRA or created by something else. ## Installation @@ -66,7 +66,7 @@ export default App; #### MonacoEditor instance -The second argument of `editorDidMount` is the instance of the editor. So, you can use it to get the full control of the editor if you need it. +The second argument of `editorDidMount` is the instance of the editor. So, you can use it to get the full control on the editor if you need it. ## Props diff --git a/demo/README.md b/demo/README.md index 4210844..6ca8aa6 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,4 +1,4 @@ ### Monaco-React Demo This is the demo of [@monaco-editor/react](../) package. -It's hosted [here](monaco-react.surenatoyan.com) +It's hosted [here](https://monaco-react.surenatoyan.com)