@spiffcommerce/core 0.8.0 → 0.8.1

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 CHANGED
@@ -1,12 +1,12 @@
1
- # README
2
-
3
- This is the Spiff Commerce Javascript client API.
4
-
5
- ## What does this package achieve?
6
-
7
- - The Client API manages the heavy lifting related to setting up, executing & finishing a workflow experience. It is a wrapper around the Workflow Manager,
8
- which is responsible for executing workflow steps and managing things like state and conditions.
9
-
10
- - Whilst the workflow manager is exposed we recommened getting started with a "Workflow Experience" instead.
11
-
12
- ## Getting Started
1
+ # README
2
+
3
+ This is the Spiff Commerce Javascript client API.
4
+
5
+ ## What does this package achieve?
6
+
7
+ - The Client API manages the heavy lifting related to setting up, executing & finishing a workflow experience. It is a wrapper around the Workflow Manager,
8
+ which is responsible for executing workflow steps and managing things like state and conditions.
9
+
10
+ - Whilst the workflow manager is exposed we recommened getting started with a "Workflow Experience" instead.
11
+
12
+ ## Getting Started