react-ability-kit 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ Think of your app like this:
|
|
|
81
81
|
User + Context → Ability → UI decisions
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
react-ability-kit only handles the Ability part.
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
87
|
User ──► Policy ──► Ability ──► UI / Components
|
|
@@ -283,4 +283,4 @@ typing actions and resources
|
|
|
283
283
|
|
|
284
284
|
exposing a clean can() API
|
|
285
285
|
|
|
286
|
-
providing <Can /> for UI rendering
|
|
286
|
+
providing <Can /> for UI rendering
|