Skip to content

Commit

Permalink
Small readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
bone-house committed Sep 15, 2023
1 parent 17aafcb commit b4d33df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/gamba/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ function App() {

## Packages

### Main package
`gamba` contains all the individual packages listed below. In most cases this is the only library you need to install.

`gamba` contains both `gamba-core` and `gamba-react`. This should be used rather than installing the nested packages seperately in most cases.
## Nested packages:

* [`gamba-core`](https://github.com/gamba-labs/gamba/tree/main/packages/gamba-core) contains the essential stuff and works in other environment such as NodeJS
The packages listed here are already included in the main `gamba` package, but can also be installed independently if needed. They are reachable under `gamba/<package>`.

* [`gamba-react`](https://github.com/gamba-labs/gamba/tree/main/packages/gamba-react) contains everything related to React such as context providers and hooks. Reachable in `gamba/react`
* [`gamba-core`](https://github.com/gamba-labs/gamba/tree/main/packages/gamba-core) contains the essential stuff and works in other environment such as NodeJS

### React UI Package
* [`gamba-react`](https://github.com/gamba-labs/gamba/tree/main/packages/gamba-react) contains everything related to React such as context providers and hooks.

[`gamba-react-ui`](https://github.com/gamba-labs/gamba/tree/main/packages/gamba-react-ui) contains useful tools and components for managing the user's Gamba account.
* [`gamba-react-ui`](https://github.com/gamba-labs/gamba/tree/main/packages/gamba-react-ui) contains useful components and utilities for building games in your platform.

## Documentation

Expand Down

0 comments on commit b4d33df

Please sign in to comment.