Skip to content

Commit dd567ae

Browse files
committed
docs: update README
1 parent 80ad777 commit dd567ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Description
1010

1111
- By default library don't crash on wrong types in json and return default value on wrong property. If you need more secure behavior you must override method `onWrongType` on `Serializable` object and drop exception in this method, by your logic want.
1212

13+
Installation
14+
------
15+
16+
You can use the following command to install this package:
17+
18+
``` bash
19+
npm install ts-serializable
20+
```
21+
1322
Usage
1423
------
1524

0 commit comments

Comments
 (0)