From a0215a7793db920efd76a94bb9353e1cf99ee3a5 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Thu, 9 May 2019 14:26:46 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0629939..0419b44 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Javascript library that adds property decorators to sync a class property with ### Quick Setup 1. Install with: `npm install --save webstorage-decorators crypto-js` 2. Add the decorator to your property and you are done! - ``` + ```javascript import {LocalStorage, SessionStorage} from 'webstorage-decorators'; export class SomeComponent { @@ -28,4 +28,3 @@ A Javascript library that adds property decorators to sync a class property with } } ``` -