Skip to content

Commit 1453829

Browse files
authored
Fixed error in README.md
1 parent fc69f5b commit 1453829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The gwrite command gives you access to write to a variety of formats that fit th
181181
## Default Profile
182182
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:
183183
```toml
184-
[gcode]
184+
[gwrite]
185185
default_profile = "gcode"
186186
```
187187

0 commit comments

Comments
 (0)