Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobtroidl authored Mar 1, 2023
1 parent c2418d3 commit df989f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ useEffect(async () => {

### Output
This component turns motif sketch into JSON. This is an example of the JSON:
```
``` javascript
{
nodes: [
{
Expand Down Expand Up @@ -212,4 +212,4 @@ This component turns motif sketch into JSON. This is an example of the JSON:
],
dimension: { width: 639.3984375, height: 232.796875 },
};
```
```

0 comments on commit df989f3

Please sign in to comment.