diff --git a/README.md b/README.md index 8c85c94..7d3b238 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This isn't an exhaustive list, but these are some features I would like to add t - [ ] Export to code - Possibly different options like creating a flat array/vector or an index buffer - [ ] Linear interpolation - - Instead of exporting a vector, export a function which takes (xPos, yPos, xLength, yLength) arguments and lengths and returns a vector where the object is fitted in these coordinates. + - Instead of exporting a vector, export a function which takes `(xPos, yPos, xLength, yLength)` arguments and lengths and returns a vector where the object is fitted in these coordinates. - [ ] Save drawn project to a custom file format and allow reloading - [ ] Add right-side panel - With options (like adjusting x/y coordinates in a number input, possibly layers, selecting export options...)