From 6da3d2d28e0b08218108dee7c081afbc66548f90 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 19 Feb 2017 03:21:38 +0100 Subject: [PATCH] update README --- README.md | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 23db2db..38758f0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # smartchai -chai + chai as promised with types in place for TypeScript +chai + chai-as-promised + chai-string for TypeScript ## Availabililty -[![npm](https://push.rocks/assets/repo-button-npm.svg)](https://www.npmjs.com/package/smartchai) -[![git](https://push.rocks/assets/repo-button-git.svg)](https://GitLab.com/pushrocks/smartchai) -[![git](https://push.rocks/assets/repo-button-mirror.svg)](https://github.com/pushrocks/smartchai) -[![docs](https://push.rocks/assets/repo-button-docs.svg)](https://pushrocks.gitlab.io/smartchai/) +[![npm](https://pushrocks.gitlab.io/assets/repo-button-npm.svg)](https://www.npmjs.com/package/smartchai) +[![git](https://pushrocks.gitlab.io/assets/repo-button-git.svg)](https://GitLab.com/pushrocks/smartchai) +[![git](https://pushrocks.gitlab.io/assets/repo-button-mirror.svg)](https://github.com/pushrocks/smartchai) +[![docs](https://pushrocks.gitlab.io/assets/repo-button-docs.svg)](https://pushrocks.gitlab.io/smartchai/) ## Status for master [![build status](https://GitLab.com/pushrocks/smartchai/badges/master/build.svg)](https://GitLab.com/pushrocks/smartchai/commits/master) @@ -21,4 +21,8 @@ chai + chai as promised with types in place for TypeScript ## Usage Use TypeScript for best in class instellisense. -[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks) +For further information read the linked docs at the top of this README. + +> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh) + +[![repo-footer](https://pushrocks.gitlab.io/assets/repo-footer.svg)](https://push.rocks) diff --git a/package.json b/package.json index e589cbd..dd6a333 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smartchai", "version": "1.0.2", - "description": "chai + chai as promised with types in place for TypeScript", + "description": "chai + chai-as-promised + chai-string for TypeScript", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": {