Skip to content

Commit a68edd0

Browse files
committed
fix readme
1 parent b1cc638 commit a68edd0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _This file only contains basic instructions to get you to using this plugin quic
88

99
---
1010

11-
# 🔮 How to use
11+
## 🔮 How to use
1212

1313
### With Command
1414

@@ -21,7 +21,7 @@ Since version `1.1.0` you can create plots via a handy GUI with live-preview fun
2121
![Create plot modal](./images/create-modal/light.png#gh-light-mode-only)
2222
![Create plot modal](./images/create-modal//dark.png#gh-dark-mode-only)
2323

24-
3. This will create a coordinate system with bounds `-10 < x < 10, -10 < y < 10` and plot the functions f and g. If you havent disabled it, you can even drag and zoom the graph.
24+
3. This will create a coordinate system with bounds `-10 < x < 10, -10 < y < 10` and plot the functions f and g. If you haven't disabled it, you can even drag and zoom the graph.
2525

2626
<!-- ![Graph image](./images/plot/light.png#gh-light-mode-only)
2727
![Graph image](./images/plot/dark.png#gh-dark-mode-only) -->
@@ -51,7 +51,7 @@ title: The random graph
5151
xLabel: Time
5252
yLabel: Cost
5353
bounds: [0, 10, 0, 50]
54-
disbaleZoom: 1
54+
disableZoom: 1
5555
grid: true
5656
---
5757
g(x)=x^PI
@@ -86,6 +86,7 @@ If you encounter any errors while using this plugin, please report them to us. T
8686

8787
Contributions are always welcome! Be it submitting issues, editing the wiki or creating a pull request, contributions by people like you help keep the project evolving. Please adhere to the [contributing guidelines](CONTRIBUTING.md).
8888

89+
> **Note**
8990
> Just a heads-up: This project uses `pnpm` as it's package manager, which you might have to download in order to make use of existing lockfiles. See: [Installation | pnpm](https://pnpm.io/installation)
9091
9192
## ©️ Attribution

0 commit comments

Comments
 (0)