Skip to content

Commit 94beb5e

Browse files
committed
Update introduction
1 parent a195b5c commit 94beb5e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# DataValues JavaScript
22

3-
This component is in alpha state and not suitable for reuse yet.
4-
It contains various JavaScript related to the DataValues library.
3+
This library contains JavaScript implementations of all basic DataValue classes used in the
4+
[Wikibase software](http://wikiba.se/), along with associated parsers and formatters. This library
5+
mirrors most of the PHP implementations of DataValue classes as specified in the
6+
[DataValues set of libraries](https://github.com/DataValues) (most notably the
7+
[basic](https://github.com/DataValues/DataValues),
8+
[Geo](https://github.com/DataValues/Geo,
9+
[Number](https://github.com/DataValues/Number), and
10+
[Time](https://github.com/DataValues/Time) libraries).
511

612
[![Build Status](https://secure.travis-ci.org/wmde/DataValuesJavaScript.png?branch=master)](http://travis-ci.org/wmde/DataValuesJavaScript)
713

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wikibase-data-values",
3-
"description": "DataValues implementation in JavaScript",
3+
"description": "JavaScript implementations of all basic DataValue classes, associated parsers and formatters",
44
"keywords": [
55
"datavalues",
66
"wikidata"

0 commit comments

Comments
 (0)