Skip to content

Add documentation link and change logo #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dilane3/gx",
"version": "1.1.0",
"version": "1.1.1",
"private": false,
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -31,7 +31,8 @@
},
"scripts": {
"build": "tsc",
"test": "react-scripts test"
"test": "react-scripts test",
"deploy": "npm publish --access public"
},
"keywords": [
"react",
Expand Down