aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 10dcf6d..26687d8 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@ Simulation of the following circuit
![circuit](ac2dc_01.png)
-To simulate the cirucit run the following command:
+To simulate the circuit run the following command:
```sh
$ ngspice -b ./ac2dc_linear.sp
```
-ensure you have gnuplot installed to generate the plot, it will create an image
+Ensure you have Gnuplot installed to generate the plot, it will create an image
called `results/voltages.png`
Feel free to download, copy and edit any repo