Skip to content

Commit 9789502

Browse files
author
ichernetskii
committed
Fix Readme
1 parent 42f944c commit 9789502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn add deeply-clone
2222

2323
## Usage
2424

25-
Once the package is installed, you can import the library using import or require approach:
25+
Once the package is installed, you can import the library using **import** or **require** approach:
2626

2727
```js
2828
import { deeplyClone } from "deeply-clone";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deeply-clone",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"author": "Ilia Chernetskii <ichernetskii@gmail.com>",
55
"license": "MIT",
66
"description": "Deep fast clone JavaScript objects with circular references handling and TypeScript support",

0 commit comments

Comments
 (0)