Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst authored Mar 24, 2021
1 parent 58c088c commit bbe2b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you get a permissions error when running the **pip** command, you can try add
If you are a developer of **msdsl**, it is more convenient to clone and install the GitHub repository:

```shell
> git clone https://github.com/sgherbst/svreal.git
> git clone https://github.com/sgherbst/msdsl.git
> cd msdsl
> pip install -e .
```
Expand Down Expand Up @@ -266,4 +266,4 @@ m2 = S4PModel(s4p_file='myfile.s4p', dtmax=100e-12, module_name='m2')

from msdsl.templates.lds import CTLEModel
m3 = CTLEModel(fz=1e9, fp1=2e9, fp2=10e9, dtmax=100e-12, fmodule_name='m3')
```
```

0 comments on commit bbe2b51

Please sign in to comment.