Skip to content

Commit

Permalink
Merge pull request #17 from bromne/document
Browse files Browse the repository at this point in the history
update README.
  • Loading branch information
bromne authored Jan 4, 2019
2 parents 15c2a2f + 67aa359 commit 4351102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install --save typescript-optional

```ts
// import Optional type from this module
import Optional from 'typescript-optional';
import { Optional } from "typescript-optional";
```

### creating `Optional<T>` objects
Expand Down

0 comments on commit 4351102

Please sign in to comment.