Hinaser / jscrypto

Crypto library for Node/ES6/Typescript/Browser.
MIT License
37 stars 6 forks source link

doc(README.md): fix grammatical errors in es6 section. #12

Closed SuperRay3 closed 2 years ago

SuperRay3 commented 2 years ago

Load library in es6 way should be

import * as JsCrypto from "jscrypto/es6";
Hinaser commented 2 years ago

You're right. Thanks!