Skip to content

Commit 299b11b

Browse files
authored
Fix missing " in readme (#137)
1 parent c44dbf1 commit 299b11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ using code-marketplace with VS Code and VSCodium:
220220
- [VSCodium](https://github.com/VSCodium/vscodium/blob/master/docs/index.md#howto-switch-marketplace)
221221

222222
```console
223-
export VSCODE_GALLERY_SERVICE_URL="https://<domain>/api
223+
export VSCODE_GALLERY_SERVICE_URL="https://<domain>/api"
224224
export VSCODE_GALLERY_ITEM_URL="https://<domain>/item"
225225
# Or set a product.json file in `~/.config/VSCodium/product.json`
226226
codium

0 commit comments

Comments
 (0)