From f81d517686f71cfb830596d369ece03378a3e000 Mon Sep 17 00:00:00 2001 From: "Maier, Martin" Date: Mon, 2 Jul 2018 23:08:43 +0200 Subject: [PATCH] * updated readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67560a8..20860b3 100644 --- a/README.md +++ b/README.md @@ -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)` diff --git a/package.json b/package.json index 07fcaaf..0884866 100644 --- a/package.json +++ b/package.json @@ -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",