Skip to content

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
bromne committed Jan 4, 2019
1 parent 15c2a2f commit 67aa359
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 67aa359

Please sign in to comment.