Skip to content

Commit 943634e

Browse files
authored
Fix "npm run createpkg" (#27)
* Github style image syntax
1 parent e2a2866 commit 943634e

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
@@ -13,15 +13,15 @@ A [Visual Studio Code](https://code.visualstudio.com/) extension that provides d
1313
- Locate the .vsix file you download and click "Open".
1414
- Click "Restart" to confirm.
1515

16-
<img alt="Installing the extension" src="./docs/images/install-from-vsix.png?raw=true" width="600"><br>
16+
![Installing the extension](./docs/images/install-from-vsix.png)
1717

1818
**Step 2.** Create a new DataPlugin. Launch VS Code Command Palette (Ctrl+Shift+P), paste the following command, and press enter.
1919

2020
```json
2121
NI DataPlugins: Create new Python-DataPlugin
2222
```
2323

24-
<img alt="Creating a new DataPlugin" src="./docs/images/create-new-dataplugin.gif?raw=true" width="600"><br>
24+
![Creating a new DataPlugin](./docs/images/create-new-dataplugin.gif)
2525

2626
**Step 3.** Export the DataPlugin. Right click on the \*.py file you want to export -> Choose "NI DataPlugins: Export DataPlugin". Create a file `.file-extensions` in the root directory of your project and list all file extensions that your DataPlugin should support. If no list is defined, you will be prompted to provide a list of file extensions on first export of your DataPlugin.
2727

0 commit comments

Comments
 (0)