Skip to content

Commit 5f5c958

Browse files
fix: Download the VSIX URL
1 parent 4f5a6ea commit 5f5c958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax-visualizer/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VSCode Extension that demonstrates some of the basic usage and functionality of
88
### Error Diagnostics from AST
99
![image](https://cloud.githubusercontent.com/assets/762848/21705272/d5f2f7d8-d373-11e6-9688-46ead75b2fd3.png)
1010
## Install from VSIX
11-
1. [Download the VSIX](https://github.com/Microsoft/tolerant-php-parser/raw/master/syntax-visualizer/client/php-syntax-visualizer-0.0.1.vsix), and load into VS Code by running
11+
1. [Download the VSIX](https://github.com/microsoft/tolerant-php-parser/raw/main/syntax-visualizer/client/php-syntax-visualizer-0.0.1.vsix), and load into VS Code by running
1212
`code --install-extension <my-vsix-path>` or by selecting `Install from VSIX...`
1313
from the Command Palette (`Ctrl+Shift+P`).
1414
![image](https://cloud.githubusercontent.com/assets/762848/21704944/62191a56-d371-11e6-97f6-8cc9ea0bbdec.png)

0 commit comments

Comments
 (0)