aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-06-03 07:32:39 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-06-03 07:32:39 -0500
commitd05a57c307e0ed4c44ac8782621a40e86a099d58 (patch)
tree8274e0b99e763f173aaf8f566c71d5769ad9e202
parent51b4499cab4ae4faa83e5a5e468ee99ff18b41f5 (diff)
fix: doc improvementHEADmain
-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