1
0
Fork 0

pencil2: Updated readme

This commit is contained in:
Joost De Cock 2018-09-12 09:04:03 +02:00
parent 4640e2a2db
commit d036fed4dc

View file

@ -27,16 +27,19 @@ The example above gives you:
```js ```js
{ {
bicepsCircumference: 305, bicepsCircumference: 305,
centerBackNeckToWaist: 495, centerBackNeckToWaist: 495,
chestCircumference: 965, chestCircumference: 965,
hipsCircumference: 838, headCircumference: 580,
naturalWaistToHip: 110, hipsCircumference: 838,
neckCircumference: 391, hipsToUpperLeg: 202,
shoulderSlope: 49, naturalWaistToHip: 110,
shoulderToShoulder: 444, neckCircumference: 391,
shoulderToWrist: 680, shoulderSlope: 49,
wristCircumference: 185 shoulderToShoulder: 444,
shoulderToWrist: 680,
upperLegCircumference: 598,
wristCircumference: 185
} }
``` ```