Skip to content

Commit

Permalink
Syntax fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sofian authored Jan 15, 2023
1 parent 003546d commit 9fc4720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Arguments:
* **bottom_bevel_radius** Radius of bottom bevel for curved trays (default: ```2 x thickness```).
* **top_bevel_radius** Radius of top/sides bevel for curved trays (default: ```thickness```).
* **dividers_bottom_bevel_radius** Radius of bottom bevel of subdivisions for curved trays (default: same as ```bottom_bevel_radius```)
* **dividers_top_bevel_radius** Radius of top/sides bevel of subdivisions for curved trays (default: same as ```top_bevel_radius).
* **rows_first*** Allows to draw the tray priorizing the rows instead of columns. If ```true```, arguments for rows and columns are inverted (default: ```false```).
* **dividers_top_bevel_radius** Radius of top/sides bevel of subdivisions for curved trays (default: same as ```top_bevel_radius```).
* **rows_first** Allows to draw the tray priorizing the rows instead of columns. If ```true```, arguments for rows and columns are inverted (default: ```false```).


## Examples
Expand Down

0 comments on commit 9fc4720

Please sign in to comment.