Skip to content

Commit

Permalink
docs: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-michelet committed Aug 15, 2024
1 parent 7624272 commit ed54c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ console.log(workflow.can("archive", "completed")); // true

## ClassWorkflow class

The `ClassWorkflow` allows you to check and apply transitions directly to an entity’s state property. It is particularly useful when working with classes that have a specific property representing their state.
The `ClassWorkflow` allows you to check and apply transitions directly to an entity’s state property. It is particularly useful when working with classes.

### Example

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jean-michelet/workflow",
"version": "1.0.2",
"version": "1.0.3",
"description": "Manage the life cycle of an entity.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ed54c50

Please sign in to comment.