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 37f62f8 commit 2c669eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ yarn add date-convert-ad-bs
How to Use

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

0 comments on commit 2c669eb

Please sign in to comment.