From 78a0b4bf78b90b73d75ae5ce893580bc2996222c Mon Sep 17 00:00:00 2001 From: Amire80 Date: Mon, 2 Apr 2018 11:27:26 +0300 Subject: [PATCH] Add language-data updating instructions to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index eb1455e..a16c9ad 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,15 @@ To run tests locally, run `grunt test`. This will run the tests in PhantomJS. You can also run the tests in a browser by navigating to the `test/` directory, but first run `grunt` to install the submodules. +Updating language-data +---------------------------------- + +From the main repo directory, run: + +```shell +./scripts/fetch-language-data.sh +``` + Coding style -------------