Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Nov 24, 2023
1 parent 12c803d commit 5253716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ geogebra_applet('https://www.geogebra.org/m/jJ3zQ29z',[A: vector(ax,ay), B: vect
Loads the given worksheet, and moves points A,B and C to the given positions.

```
geogebra_applet(800,500,[A: ["definition": vector(1,0), "color": red"]], [["A","p0"]])
geogebra_applet(800,500,[A: ["definition": vector(1,0), "color": "red"]], [["A","p0"]])
```

Creates a blank worksheet with size 800 by 500 pixels, adds an object A at (1,0) and links the position of A with the answer to the first part in the question.
Expand Down

0 comments on commit 5253716

Please sign in to comment.