Skip to content

Commit b0e5563

Browse files
FR6nogweii
authored andcommitted
Changes based on comments of cheeaun on pull request cheeaun#31
1 parent 4188d2d commit b0e5563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The configuration:
6868
- `customStylesheetURL` - (*string*, default to `null`) Path to a custom stylesheet file, for those who doesn't like the default *theme*.
6969
- `yearLength` - (*number*, default to `120`) The width of the year grids, in pixels.
7070
- `hideAge` - (*boolean*, default to `false`) Option to hide age from year axis.
71-
- `dateFormats` - (array of string, default to ["YYYY", "MM/YYYY", "DD/MM/YYYY"]) Available date formats. You can change it to ["YYYY", "YYYY/MM", "YYYY/MM/DD"].
71+
- `dateFormats` - (*array*, default to ["YYYY", "MM/YYYY", "DD/MM/YYYY"]) Available date formats. You can change it to ["YYYY", "YYYY/MM", "YYYY/MM/DD"].
7272

7373
Datetime "syntax"
7474
-----------------

Diff for: index.html

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1 id="title">Life</h1>
101101
<a href="https://github.com/cheeaun/life">Fork me</a>
102102
</header>
103103
<div id="life"></div>
104-
<script type="text/javascript" src="js/moment.min.js"></script>
104+
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.4.0/moment.min.js"></script>
105105
<script>
106106
(function(){
107107
var life = {

0 commit comments

Comments
 (0)