Browse Source

Update readme

Kevin Lee 2 tuần trước cách đây
mục cha
commit
81729f9b3e
1 tập tin đã thay đổi với 10 bổ sung5 xóa
  1. 10 5
      README.md

+ 10 - 5
README.md

@@ -215,12 +215,8 @@ All other operations:
 Ops:
   - !Object
     Input: <InputObject>
-
-    # Specify one or more of the following
-    Z: 0.0
-    Origin: { X: 10.0, Y: 10.0 }
-    Pen: 3
     Layer: 2
+    Modify: <ModifyOptions>
     Array: <ArrayOptions>
     Hatch: <HatchOptions>
     Export: "exported_object.bin"
@@ -236,6 +232,15 @@ Input: !Import { Path: "exported_object.bin" }
 Input: !Existing { Layer: 0, Object: 1 }
 ```
 
+Where `<ModifyOptions>` is:
+``` yaml
+Modify:
+  # Specify one or more of the following
+  Z: 0.0
+  Origin: { X: 10.0, Y: 10.0 }
+  Pen: 3
+```
+
 Where `<ArrayOptions>` is:
 
 ``` yaml