Skip to content

Commit

Permalink
* updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Maier, Martin committed Jul 2, 2018
1 parent 42423a4 commit f81d517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ return ReplicationBuilder.forObject(state)
### Usage

1. Load an object by calling `ReplicationBuilder.forObject()`
2. Navigate down the object tree through the typesafe function `getChild()`
2. Navigate down the object tree through the typesafe function `property()`
3. Modify a property with either (see syntax paragraph above)
- `replaceValueOf('prop').with(newValue:T)`
- `replaceValueOf('prop').by((T) => newValue:T)`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-immutable-helper",
"version": "0.6.1",
"version": "0.6.2",
"description": "Helpers for handling immutable objects with typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f81d517

Please sign in to comment.