Skip to content

Commit 5f2c229

Browse files
committed
update readme
1 parent f3f070b commit 5f2c229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @nuxtjs/devalue
1+
# @nuxt/devalue
22

33
Forked from [devalue](https://github.com/Rich-Harris/devalue) to log errors on non-serializable properties rather than throwing `Error`.
44

@@ -12,7 +12,7 @@ Like `JSON.stringify`, but handles
1212
* `Map` and `Set`
1313
* `.toJSON()` method for non-POJOs
1414

15-
Try it out on [runkit.com](https://npm.runkit.com/@nuxtjs/devalue).
15+
Try it out on [runkit.com](https://npm.runkit.com/@nuxt/devalue).
1616

1717
## Goals:
1818

@@ -30,7 +30,7 @@ Try it out on [runkit.com](https://npm.runkit.com/@nuxtjs/devalue).
3030
## Usage
3131

3232
```js
33-
import devalue from '@nuxtjs/devalue';
33+
import devalue from '@nuxt/devalue';
3434

3535
let obj = { a: 1, b: 2 };
3636
obj.c = 3;

0 commit comments

Comments
 (0)