syntaxic-react-editor 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @syntaxic/react-editor
1
+ # syntaxic-react-editor
2
2
 
3
3
  A powerful and customizable Microsoft Word-like editor for React.
4
4
 
@@ -17,14 +17,14 @@ Visit [syntaxic.cloud](https://syntaxic.cloud) to explore our Pro offerings and
17
17
  ## Installation
18
18
 
19
19
  ```bash
20
- npm install @syntaxic/react-editor
20
+ npm install syntaxic-react-editor
21
21
  ```
22
22
 
23
23
  ## Usage
24
24
 
25
25
  ```jsx
26
- import { WordEditor } from "@syntaxic/react-editor";
27
- import "@syntaxic/react-editor/style.css";
26
+ import { WordEditor } from "syntaxic-react-editor";
27
+ import "syntaxic-react-editor/style.css";
28
28
 
29
29
  function App() {
30
30
  return <WordEditor />;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "syntaxic-react-editor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A powerful and customizable Microsoft Word-like editor for React.",
5
5
  "author": "Syntaxic Labs",
6
6
  "license": "MIT",