Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ed178f7

Browse files
authored
Update README.md
1 parent 2a5b340 commit ed178f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gcode.js
22

3-
basically a gcode library for making the making gcode program easily and efficiently for CNC machines.
3+
basically a gcode library for making the creation of gcode programs easily and efficiently for CNC machines.
44

55
```javascript
66
// example
@@ -14,7 +14,7 @@ for(let i=0; i < 10; i++) {
1414
}
1515
```
1616

17-
demo: https://gcode-js.vercel.app
17+
> demo: https://gcode-js.vercel.app
1818
1919
![image](https://user-images.githubusercontent.com/87947051/185802527-f03e7aba-45ed-4eb0-a6cd-f2f31048912f.png)
2020

0 commit comments

Comments
 (0)