From 9183f2dfb24aa3f3ea197de0ab01d8a73c18f89e Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sun, 19 Apr 2020 14:10:08 +0200 Subject: [PATCH 1/2] Readme --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 57b2a34..e5ab196 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ # recogito-client-core Core functions, classes and components for [RecogitoJS](https://github.com/recogito/recogito-js) and -[Annotorious](https://github.com/recogito/annotorious). For developer information and API Reference -please [visit the Wiki](https://github.com/recogito/recogito-client-core/wiki). +[Annotorious](https://github.com/recogito/annotorious). -## Installing - -Use `npm install @recogito/recogito-client-core`. - -## Using - -Documentation is available at the [RecogitoJS Wiki](https://github.com/recogito/recogito-js/wiki). +`npm install @recogito/recogito-client-core` +For developer information and API Reference please +[visit the Wiki](https://github.com/recogito/recogito-client-core/wiki). From 46636bc9d7e062df3b497f60014b01c59eefb2f1 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sun, 19 Apr 2020 14:11:33 +0200 Subject: [PATCH 2/2] Readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ab196..14f00c2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ Core functions, classes and components for [RecogitoJS](https://github.com/recogito/recogito-js) and [Annotorious](https://github.com/recogito/annotorious). -`npm install @recogito/recogito-client-core` +## Installing + +Use `npm install @recogito/recogito-client-core` + +## Using For developer information and API Reference please [visit the Wiki](https://github.com/recogito/recogito-client-core/wiki).