Skip to content

Commit

Permalink
Updated README.md Example code error
Browse files Browse the repository at this point in the history
  • Loading branch information
Viking04 committed Sep 8, 2021
1 parent c0f201a commit e240f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ npm i @viking04/merge --save

## Usage
```
var merge = require("..")
var merge = require("@viking04/merge")
var a = {"a":{"red":"apple"}}
var b = {"b":{"yellow":"mango"}}
var c = {"a":{"orange":"orange"}}
Expand Down

0 comments on commit e240f76

Please sign in to comment.