Skip to content

Commit f81d517

Browse files
author
Maier, Martin
committed
* updated readme
1 parent 42423a4 commit f81d517

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
@@ -40,7 +40,7 @@ return ReplicationBuilder.forObject(state)
4040
### Usage
4141

4242
1. Load an object by calling `ReplicationBuilder.forObject()`
43-
2. Navigate down the object tree through the typesafe function `getChild()`
43+
2. Navigate down the object tree through the typesafe function `property()`
4444
3. Modify a property with either (see syntax paragraph above)
4545
- `replaceValueOf('prop').with(newValue:T)`
4646
- `replaceValueOf('prop').by((T) => newValue:T)`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-immutable-helper",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Helpers for handling immutable objects with typescript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)