Corrected the tabs in the README.me
This commit is contained in:
parent
3e1d07dd97
commit
e4d90f10c3
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue