You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# set-value [](https://paypal.me/jonathanschlinkert?locale.x=en_US)[](https://www.npmjs.com/package/set-value)[](https://npmjs.org/package/set-value)[](https://npmjs.org/package/set-value)
2
2
3
-
> Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.
3
+
> Set nested properties on an object using dot notation.
4
4
5
5
Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
6
6
7
7
## Install
8
8
9
-
Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=10.0):
9
+
Install with [npm](https://www.npmjs.com/) (requires [Node.js](https://nodejs.org/en/) >=11.0):
10
10
11
11
```sh
12
12
$ npm install --save set-value
@@ -273,7 +273,7 @@ You might also be interested in these projects:
0 commit comments