Skip to content

Commit 2c8d7ca

Browse files
committed
feat: initial release
1 parent 32940ba commit 2c8d7ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<h1 align="center">vscode-react-native-directory</h1>
33

44
<p align="center">
5-
A VS Code extension allowing to browse through <a href="https://reactnative.directory/">React Native Directory</a><br/>
6-
and perform actions related to the chosen package inside build-in editor Command Palette.
5+
A VS Code extension that allows browsing through the <a href="https://reactnative.directory/">React Native Directory</a><br/>
6+
and performing actions related to the chosen package inside the built-in editor Command Palette.
77
</p>
88

99
<p align="center">
@@ -26,15 +26,15 @@ and perform actions related to the chosen package inside build-in editor Command
2626
2727
1. Make sure you have [Bun](https://bun.sh/docs/installation) installed.
2828
1. Checkout the repository locally.
29-
1. Run the following commands to install dependencies, compile source and prepare extension package file:
30-
29+
1. Run the following commands to install dependencies, compile the source, and prepare the extension package file:
30+
3131
```sh
3232
bun install && bun compile && bun package
3333
```
3434
1. In VS Code:
3535
* Navigate to the **"Extensions"** pane (<kbd>Ctrl/Cmd+Shift+X</kbd>).
3636
* Click **"More"** button (three dots in the right corner of header) and select **"Install from VSIX"**.
37-
* Select VSIX file which has been created in third step inside the checkout root directory.
37+
* Select the VSIX file that was created in third step inside the checkout root directory.
3838

3939
## 📝 Contributing
4040

0 commit comments

Comments
 (0)