Skip to content

Commit

Permalink
Fix download link in readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Jun 2, 2023
1 parent a8d8e65 commit 2ccd527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To get started with FMI Kit run the following commands in the MATLAB Command Win
```matlab
% download and extract the distribution archive to the current folder
unzip(['https://github.com/CATIA-Systems/FMIKit-Simulink/releases/' ...
'download/v3.0/FMIKit-Simulink-3.1.zip'], 'FMIKit-Simulink-3.1')
'download/v3.1/FMIKit-Simulink-3.1.zip'], 'FMIKit-Simulink-3.1')
% add the folder to the MATLAB path
addpath(fullfile(pwd, 'FMIKit-Simulink-3.1'))
Expand Down

0 comments on commit 2ccd527

Please sign in to comment.