Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVanherweghe committed Oct 2, 2023
1 parent e300c51 commit 29e5c00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/Sketch.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script src="../scripts/p5.js"></script>
<script is:inline src="/p5.hershey.js"></script>
<script is:inline src="/p5.hershey.data.js"></script>
<script is:inline src="./p5.hershey.js"></script>
<script is:inline src="./p5.hershey.data.js"></script>

<script type="text/javascript">
let gridMin = 80;
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/general/03-vpype.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Reboot your terminal, you can do this with the following command or simply close
source ~/.zshrc
``````

install python 3.10 with pyenv
Install python 3.10 with pyenv

```shell
pyenv install 3.10
Expand Down Expand Up @@ -70,7 +70,7 @@ pyenv global 3.10
### Pipx
[pipx](https://pypa.github.io/pipx/) is a tool that allows you to install Python applications in isolated environments. This wil make the `vpype` command available in your terminal.
[Pipx](https://pypa.github.io/pipx/) is a tool that allows you to install Python applications in isolated environments. This wil make the `vpype` command available in your terminal.
We will install this via homebrew.
```shell
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/general/99-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Resources
- [Drawingbots.net](https://drawingbots.net/) - A collection of drawing robots, plotters, painting machines, and other generative art machines. See [Tools](https://drawingbots.net/knowledge/tools) for a list of convertes, generators, etc.
- [Drawing with machines](https://courses.ideate.cmu.edu/60-428/f2021/) - A course in generative art and (plotter) machines
- [Awesome plotters](https://github.com/beardicus/awesome-plotters) - A list with lots of resources.
- [Pen plotter artwork blog](https://penplotterartwork.com/) - All things pen plotter artwork, drawing machines and generative art
- [Pen plotter artwork blog](https://penplotterartwork.com/) - All about pen plotter artwork, drawing machines and generative art

## Generating/transforming SVG's

Expand Down

0 comments on commit 29e5c00

Please sign in to comment.