Skip to content

Commit

Permalink
update readme and repor name
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed Sep 23, 2022
1 parent 062d082 commit cfa6e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
publish-module:
name: 'Publish Module to NPM on Node ${{ matrix.node }} and ${{ matrix.os }}'
needs: build
if: github.repository == 'bluebill1049/little-state-machine' && (github.ref == 'refs/heads/master')
if: github.repository == 'beekai-oss/little-state-machine' && (github.ref == 'refs/heads/master')
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ createStore(
This hook function will return action/actions and state of the app.

```tsx
const { actions, state } = useStateMachine<T>({
const { actions, state, getState } = useStateMachine<T>({
updateYourDetail,
});
```
Expand Down

0 comments on commit cfa6e7d

Please sign in to comment.