Skip to content

Commit

Permalink
Use PNG in README
Browse files Browse the repository at this point in the history
VS Code Marketplace disallows SVGs
in READMEs.
  • Loading branch information
rgharris committed Feb 2, 2024
1 parent af6c442 commit 6827b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This will build the extension and then install it in VS Code via the `code --ins

To run the tests, you'll need a Doppler project in your workplace named `vscode` that has a `test` config containing a single secret named `HELLO` (the value of that secret doesn't matter). You can create that by using the import button below:

[![Import to Doppler](https://raw.githubusercontent.com/DopplerUniversity/app-config-templates/main/doppler-button.svg)](https://dashboard.doppler.com/workplace/template/import?template=https://github.com/dopplerhq/vscode/blob/master/doppler-template.yaml)
[<img alt="Import to Doppler" src="https://raw.githubusercontent.com/DopplerUniversity/app-config-templates/main/doppler-button.png" width="200"/>](https://dashboard.doppler.com/workplace/template/import?template=https://github.com/dopplerhq/vscode/blob/master/doppler-template.yaml)

Alternately, you can run `doppler import` from the root of the project directory.

Expand Down

0 comments on commit 6827b95

Please sign in to comment.