Skip to content

Commit d873fd3

Browse files
committed
snippets - fix readme
1 parent 540e5d2 commit d873fd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extensions/rnuilib-snippets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ It supports JavaScript and TypeScript, ReactJavaScript and ReactTypeScript.
88
After installing this extension you can generate a code snippet by simply typing a component's name (camelCase) and see the option in the suggestion tooltip.
99
Using the tab key you can navigate through the fields to enter your values.
1010

11-
Also, type `uilib` and get the uilib import - `import {} from 'react-native-ui-lib'` - to import the components.
11+
Also, type `rnuilib` and get the uilib import - `import {} from 'react-native-ui-lib'` - to import the components.
1212

1313
See video:
1414

15-
![Extension usage](assets/usage.gif)
15+
![Extension usage](./assets/usage.gif)
1616

1717
## Requirements
1818

extensions/rnuilib-snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/wix/react-native-ui-lib"
1111
},
1212
"icon": "assets/icon.png",
13-
"version": "1.0.1",
13+
"version": "1.0.2",
1414
"engines": {
1515
"vscode": "^1.64.0"
1616
},

0 commit comments

Comments
 (0)