Skip to content

Commit bcbdeac

Browse files
committed
Readme flag-toml code.
1 parent f80a490 commit bcbdeac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The gwrite command gives you access to write to a variety of formats that fit th
172172
```
173173
## Default Profile
174174
To prevent having to provide the profile on every invocation of the gcode plugin, you can define a default profile which will be used when no other profile is provided on the command line. You can do so by setting the `default_profile` configuration variable inside the `gcode` section of the vpype configuration file:
175-
```
175+
```toml
176176
[gcode]
177177
default_profile = "gcode"
178178
```
@@ -188,7 +188,7 @@ Create a grid of circles, then we are `gwrite` using the `ninja` profile:
188188

189189
## Convert SVG -> CSV
190190
The `csv` profile is bundled with this package and defined as follows:
191-
```
191+
```toml
192192
[gwrite.csv]
193193
document_start = "#Operation, X-value, Y-value\n"
194194
segment_first = "Move, %f, %f\n"

0 commit comments

Comments
 (0)