Corrected the tabs in the README.me

This commit is contained in:
Christopher Allford 2020-07-02 15:28:19 -07:00
parent 3e1d07dd97
commit e4d90f10c3
1 changed files with 5 additions and 5 deletions

View File

@ -14,11 +14,11 @@ Consumers of this package should rely on an instance of `ModelRegistry` to acces
Here is an example of how to initialize and use the package to generate a simple product:
```javascript
import {
AdapterTypes,
initializeUsingBasicAuth,
ModelRegistry,
registerSimpleProduct,
import {
AdapterTypes,
initializeUsingBasicAuth,
ModelRegistry,
registerSimpleProduct,
SimpleProduct
} from '@woocommerce/model-factories';