Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
npm i gaea-editor --save
```

And then, it's easy to use:
And then, it's easy to use,frankly speaking amazing;

```typescript
import Editor from 'gaea-editor';
Expand Down Expand Up @@ -258,7 +258,7 @@ Each field in `data` describes how the key should be edited in the object in arr

Each field in `data` describes how the key should be edited in this object.

> Each field in `data` is a `editor` type. You can even nested `array` or `object` type inside.
> Each field in `data` is a `editor` type. You can even nested `array` or `object` type inside.Try it out.

```typescript
{
Expand Down