From 485a6d5dd4671226c52a429b894bc7ee9dfd7686 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sat, 19 Nov 2016 03:52:19 -0800 Subject: [PATCH] javascript -> JavaScript --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f28272..f3fe14e 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ functionality will not be available. You will also need to include a timezone da you can create using the [Timezone Data Builder](http://momentjs.com/timezone/) or simply download from [here](https://rawgithub.com/qw4n7y/7282780/raw/6ae3b334b295f93047e8f3ad300db6bc4387e235/moment-timezone-data.js). -### Accessing `moment()` in your javascript +### Accessing `moment()` in your JavaScript If you wish to use `moment()` in your services, controllers, or directives, simply inject the `moment` variable into the constructor.