Skip to content

Commit 71cc4a1

Browse files
authored
Merge pull request #380 from GreatWizard/chore/update-toc
chore(readme): update TOC
2 parents a65dcec + 6d787d3 commit 71cc4a1

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@
55

66
[moment.js](http://momentjs.com) template helpers for Ember.js
77

8-
## Compatibility
9-
10-
* Ember.js v3.16 or above
11-
* Ember CLI v2.13 or above
12-
* Node.js v10 or above
13-
* ember-auto-import 2.0 or above
14-
15-
## Table of Contents
16-
17-
188
<!-- toc -->
9+
- [Compatibility](#compatibility)
1910
- [Using Moment.js in Ember Apps & Addons](#using-momentjs-in-ember-apps--addons)
20-
- [Installing](#installing)
11+
- [Controlling Locale and Timezone Data](#controlling-locale-and-timezone-data)
12+
- [Installing or Upgrading ember-moment](#installing-or-upgrading-ember-moment)
2113
- [Usage](#usage)
2214
- [Helpers](#helpers)
2315
- [moment](#moment)
@@ -35,22 +27,24 @@
3527
- [now](#now)
3628
- [unix](#unix)
3729
- [Common optional named arguments](#common-optional-named-arguments)
38-
- [ES6 Moment](#es6-moment)
3930
- [Configuration Options](#configuration-options)
40-
- [Include Moment Timezone](#include-moment-timezone)
4131
- [Global Default Output Format](#global-default-output-format)
4232
- [Global Allow Empty Dates](#global-allow-empty-dates)
43-
- [i18n support](#i18n-support)
44-
- [Cherry pick locales (optimal)](#cherry-pick-locales-optimal)
45-
- [Include all locales into build](#include-all-locales-into-build)
46-
- [Write all the locales to a folder relative to `dist`](#write-all-the-locales-to-a-folder-relative-to-dist)
4733
- [Configure default runtime locale/timeZone](#configure-default-runtime-localetimezone)
4834
- [Globally set locale](#globally-set-locale)
4935
- [Globally set time zone](#globally-set-time-zone)
5036
- [Frequently Asked Questions](#frequently-asked-questions)
37+
- [Contributing](#contributing)
5138
- [Docs to add](#docs-to-add)
5239
<!-- tocstop -->
5340

41+
## Compatibility
42+
43+
* Ember.js v3.16 or above
44+
* Ember CLI v2.13 or above
45+
* Node.js v10 or above
46+
* ember-auto-import 2.0 or above
47+
5448
## Using Moment.js in Ember Apps & Addons
5549

5650
This addon provides Ember-specific Helpers and a Service that make it convenient to use Moment.js in your templates. If you just want to call Moment.js directly from Javascript, you don't need this addon.

0 commit comments

Comments
 (0)