diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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` |