Readme + version
This commit is contained in:
parent
31661eac34
commit
ddd87c12c8
11
README.md
11
README.md
|
@ -1,3 +1,12 @@
|
||||||
# recogito-client-core
|
# recogito-client-core
|
||||||
|
|
||||||
Core functions, classes and components for RecogitoJS.
|
Core functions, classes and components for [RecogitoJS](https://github.com/recogito/recogito-js).
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
Use `npm install @recogito/recogito-client-core`.
|
||||||
|
|
||||||
|
## Using
|
||||||
|
|
||||||
|
Documentation is available at the [RecogitoJS Wiki](https://github.com/recogito/recogito-js/wiki).
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@recogito/recogito-client-core",
|
"name": "@recogito/recogito-client-core",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Core functions, classes and components for RecogitoJS",
|
"description": "Core functions, classes and components for RecogitoJS",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue