Skip to content

Commit

Permalink
docs: added a note regarding date encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Apr 11, 2020
1 parent c692810 commit b180176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const jsonPayload = {
const user: User = decode(User, jsonPayload);

// now encode it back 🙈
// ⚠️ date encoding still in progress

const userJson = encode(user)
```
Expand Down

0 comments on commit b180176

Please sign in to comment.