Skip to content

Commit 8f0f644

Browse files
committed
Code review suggestions
1 parent b146e76 commit 8f0f644

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ documentation and diagnostic hovers, and integrations with [Buf][buf] commands.
1616
![Preview features](./preview.gif)
1717

1818
This extension doesn't stop at editing: open the [Command Palette][command-palette] (`Ctrl/Cmd+Shift+P`)
19-
to quickly run common tasks through `buf` like `buf generate`. See the [full list of commands](#commands)
20-
provided by this extension.
19+
to quickly run common tasks `buf` tasks such as `buf generate`. See the [full list of commands](#commands) for more.
2120

2221
## Getting Started
2322

24-
This extension is requires Visual Studio Code 1.95 or newer (or editors compatible with VS Code 1.95+ APIs).
23+
This extension requires Visual Studio Code 1.95 or newer (or editors compatible with VS Code 1.95+ APIs).
2524

26-
[Install the latest version via the VS Code marketplace][vs-code-marketplace]. And that's all you need to get started!
25+
1. [Install the latest version via the VS Code marketplace][vs-code-marketplace].
26+
2. Start editing `.proto` files!
2727

2828
This extension does not require you to have the Buf CLI already installed. By default, the extension uses
2929
the Buf CLI from your system `$PATH`. If `buf` isn't found on your `$PATH`, the extension automatically

0 commit comments

Comments
 (0)