Skip to content

Commit 37086b8

Browse files
authored
few small README tweaks
1 parent aa70713 commit 37086b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<dd align="center"><img alt="React Native Directory Logo" height="96" src="./assets/icon.png" /></dd>
22
<h1 align="center">vscode-react-native-directory</h1>
33

4-
A VS Code extension allowing to browse through React Native Directory and perform actions related to the chosen package
5-
inside build-in Command Palette.
4+
<p align="center">
5+
A VS Code extension allowing to browse through React Native Directory<br/>
6+
and perform actions related to the chosen package inside build-in Command Palette.
7+
</p>
68

79
<p align="center">
810
<img alt="Search mode" src="./assets/screenshot.png" width="500" align="center" />
@@ -13,12 +15,10 @@ inside build-in Command Palette.
1315

1416
* Search through the packages registered in the React Native Directory.
1517
* Narrow down the results by using filter tokens, such as `:ios`, `:newArchitecture`, or `:hasTypes`.
16-
* Valid tokens are a subset of all possible API query options, and the values can be seen [in this file](https://github.com/react-native-community/vscode-react-native-directory/blob/main/src/utils.ts#L33).
18+
* Valid tokens are a subset of all possible API query options, and the values can be seen [in this file](/src/utils.ts#L30-L51).
1719
* Install the selected packages in the current workspace using your preferred package manager.
1820
* Dive deep into the stats and analysis with the provided metadata and links.
1921

20-
## Preview
21-
2222
## 📦 Installation
2323

2424
> [!tip]
@@ -32,8 +32,8 @@ inside build-in Command Palette.
3232
bun install && bun compile && bun package
3333
```
3434
1. In VS Code:
35-
* Navigate to the "Extensions" pane (<kbd>Ctrl/Cmd+Shift+X</kbd>).
36-
* Click "More" button (three dots in the right corner of header) and select "Install from VSIX".
35+
* Navigate to the **"Extensions"** pane (<kbd>Ctrl/Cmd+Shift+X</kbd>).
36+
* Click **"More"** button (three dots in the right corner of header) and select **"Install from VSIX"**.
3737
* Select VSIX file which has been created in third step inside the checkout root directory.
3838

3939
## 📝 Contributing
@@ -47,5 +47,5 @@ inside build-in Command Palette.
4747
```
4848
1. In VS Code:
4949
* Open folder containing the extension repository.
50-
* Navigate to the "Run and Debug" pane (<kbd>Ctrl/Cmd+Shift+D</kbd>).
51-
* Select "Run with extension" launch task and press "Start Debugging" button (<kbd>F5</kbd>).
50+
* Navigate to the **"Run and Debug"** pane (<kbd>Ctrl/Cmd+Shift+D</kbd>).
51+
* Select **"Run with extension"** launch task, and press **"Start Debugging"** button (<kbd>F5</kbd>).

0 commit comments

Comments
 (0)