8000 fixed README image not found and added hint on how to use · hubcarl/json-typescript-mapper@8578529 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8578529

Browse files
author
艾伦
committed
fixed README image not found and added hint on how to use
1 parent 67edc69 commit 8578529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deserialize(<Class Type>, <JSON Object>);
2929
```
3030

3131
## Example
32-
Here is a complex example, hopefully could give you an idea of how to use it:
32+
Here is a complex example, hopefully could give you an idea of how to use it (for more on how to use, checkout /spec which are unit test cases):
3333

3434
```bash
3535
class Student {
@@ -120,7 +120,7 @@ const person = deserialize(Person, json);
120120
```
121121
122122
## Test Report
123-
![alt tag](/git-img/Test Results — spec_index.ts)
123+
![alt tag](/git-img/Test Results — spec_index.ts.png)
124124
125125
## Roadmap:
126126
1) Fully json mapping to the modal class convention should be provided.

0 commit comments

Comments
 (0)
0