Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebinij authored Feb 17, 2023
1 parent 6568656 commit 37f62f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Date-convert-AD-BS

Light Node Package to convert AD to BS and vice-versa.
Lightweight JS Module to convert AD to BS and vice-versa.

## Install

Expand All @@ -17,9 +17,9 @@ yarn add date-convert-ad-bs
How to Use

```javascript
<script>
import {(ADTOBS, BSTOAD)} from 'date-convert-ad-bs';
<scrip>
import {ADTOBS, BSTOAD} from 'date-convert-ad-bs';
console.log(ADTOBS(2023,5,29)); // ~ 2080-03-15
console.log(ADTOBS(2080,2,15)); // ~ 2023-06-29
console.log(BSTOAD(2080,2,15)); // ~ 2023-06-29
</script>
```

0 comments on commit 37f62f8

Please sign in to comment.