diff --git a/README.md b/README.md index 45849ad..5c37144 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ This library aims to provide you an `easy` and `fast` way to set up and manage the global state of your **`react`** application. +## Documentation + +You can read the entire [documentation](https://gx.dilane3.com) and see how to use this library perfectly. + +But, If you want to start directly with the library continue reading this small documentation here. + ## Installation You can use `npm` or `yarn` to install this library into your react application. diff --git a/assets/logo.png b/assets/logo.png index cb9ac35..73c883d 100644 Binary files a/assets/logo.png and b/assets/logo.png differ diff --git a/package.json b/package.json index ff06a9f..607771f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dilane3/gx", - "version": "1.1.0", + "version": "1.1.1", "private": false, "license": "MIT", "main": "dist/index.js", @@ -31,7 +31,8 @@ }, "scripts": { "build": "tsc", - "test": "react-scripts test" + "test": "react-scripts test", + "deploy": "npm publish --access public" }, "keywords": [ "react",