1
0
mirror of https://github.com/kamyu1537/eamuse-card-wasm.git synced 2024-11-23 19:40:57 +01:00

📝 코드가 잘못 적혀있어 수정하였습니다

This commit is contained in:
Byeon Seongun 2020-05-06 16:32:48 +09:00
parent 34054e1d4c
commit 37df2db7a5
No known key found for this signature in database
GPG Key ID: DA5BD8E6CBC00CC3

View File

@ -13,7 +13,7 @@ npm run build
## Usage
```node
import { KonamiCard } from 'konami-card';
import KonamiCard from 'konami-card';
KonamiCard.encode(nfcId).then(result => console.info(result));
KonamiCard.decode(cardId).then(result => console.info(result));