Skip to content

Commit c4a8c88

Browse files
authored
Update README.md
1 parent 7fd19f1 commit c4a8c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ The easiest way to install the plugin is by using the **Visual Studio Code Marke
2323

2424
Instead, you can install it manually using the packaged release of the plugin in this [repository](https://github.com/SOM-Research/DescribeML) that can be found at the root of the project.
2525

26-
The file is **DescribeML-1.2.0vsix**
26+
The file is **DescribeML-1.2.0.vsix**
2727

2828
Open your terminal (or the terminal inside the VSCode) and write this:
2929

3030
```
3131
3232
git clone https://github.com/SOM-Research/DescribeML.git datasets
3333
cd datasets
34-
code --install-extension DescribeML-1.2.0vsix
34+
code --install-extension DescribeML-1.2.0.vsix
3535
```
3636

3737
<span style="font-size:0.7em;">*Troubles: If you cannot see the syntax highlight in the examples files (p.e. *Melanoma.descml*) as the image below. Please, reload the VSCode editor and write the code --install command again* </span>

0 commit comments

Comments
 (0)