Skip to content

Commit

Permalink
Alias DateTime in documentation site (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgotPassword committed Mar 9, 2024
1 parent 55bdb08 commit 080e813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="global/luxon.js"></script>
<script>
var DateTime = luxon.DateTime;
console.log(
"You can try Luxon right here using the `luxon` global, like `luxon.DateTime.now()`."
);
Expand Down

0 comments on commit 080e813

Please sign in to comment.