@regulaforensics/idv-capture-web 0.1.116-rc → 0.1.117-nightly

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
@@ -138,7 +138,7 @@ service.eventListener = idvEventListener;
138
138
  }
139
139
 
140
140
  const prepareResult = await service.prepareWorkflow({
141
- workfowId: 'your_workflow_id',
141
+ workflowId: 'your_workflow_id',
142
142
  });
143
143
 
144
144
  if (prepareResult.error) {