From 67aa3595ff99fa1ba615a18c9493767e9f88e2dd Mon Sep 17 00:00:00 2001 From: bromne Date: Fri, 4 Jan 2019 19:21:18 +0900 Subject: [PATCH] update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1700d73..3360891 100644 --- a/README.md +++ b/README.md @@ -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` objects