chore(markdown): Changes to refer less to models
This commit is contained in:
parent
75eff4f5e4
commit
e35bda36f7
16 changed files with 86 additions and 55 deletions
|
@ -22,11 +22,6 @@ object pattern.getConfig()
|
|||
|
||||
```js
|
||||
import { Aaron } from "@freesewing/aaron"
|
||||
import { cisFemaleAdult34 } from "@freesewing/models"
|
||||
|
||||
const pattern = new Aaron({
|
||||
measurements: cisFemaleAdult34
|
||||
})
|
||||
|
||||
const config = pattern.getConfig()
|
||||
const config = new Aaron().getConfig()
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue