diff --git a/README.md b/README.md index 52cf3a8..3caae2d 100644 --- a/README.md +++ b/README.md @@ -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 . ``` @@ -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') -``` \ No newline at end of file +```