diff --git a/README.md b/README.md index 621039e..1c40bde 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CLDR based language data and utilities +# Language data and utilities [![npm][npm]][npm-url] [![node-build][node-build]][node-build-url] @@ -17,7 +17,8 @@ The language related data comprises of the following, 6. The directionality of the text This data is populated from the current version of -[CLDR supplemental data](http://unicode.org/repos/cldr/trunk/common/supplemental/supplementalData.xml). +[CLDR supplemental data](http://unicode.org/repos/cldr/trunk/common/supplemental/supplementalData.xml) +and various other sources. ## Documentation diff --git a/docs/Doxyfile b/docs/Doxyfile index b37689e..62e7256 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -44,7 +44,7 @@ PROJECT_NUMBER = # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "CLDR based language data and utilities" +PROJECT_BRIEF = "Language data and utilities" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 diff --git a/docs/index.rst b/docs/index.rst index 4c0605e..57794fc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -CLDR based language data and utilities +Language data and utilities ======================================== This library contains language related data, and utility libraries written in PHP and Node.js to @@ -19,7 +19,8 @@ The language related data comprises of the following, 6. The directionality of the text This data is populated from the current version of -`CLDR supplemental data `_. +`CLDR supplemental data `_ +and various other sources. Using the PHP library ----------------------------