cheshirecat-typescript-client 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# CheshireCat Typescript
|
|
1
|
+
# CheshireCat Typescript Client
|
|
2
2
|
|
|
3
3
|
----
|
|
4
4
|
|
|
5
|
-
**CheshireCat Typescript
|
|
5
|
+
**CheshireCat Typescript Client** is a library to help the implementation
|
|
6
6
|
of [Cheshire Cat](https://github.com/matteocacciola/cheshirecat-core) on a Javascript / Typescript (e.g. Node.js, React.js, Vue.js) Project
|
|
7
7
|
|
|
8
8
|
* [Installation](#installation)
|
|
@@ -10,7 +10,7 @@ of [Cheshire Cat](https://github.com/matteocacciola/cheshirecat-core) on a Javas
|
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
|
13
|
-
To install CheshireCat Typescript
|
|
13
|
+
To install CheshireCat Typescript Client, run:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
npm install cheshirecat-typescript-client
|