Skip to content

Commit b4cab8c

Browse files
committed
Merge pull request #35 from SrTobi/master
fixed learn link in marketplace #34
2 parents e318640 + a895048 commit b4cab8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": { "vscode": "0.10.x" },
88
"license":"SEE LICENSE IN LICENSE.txt",
9-
"homepage": "https://github.com/PowerShell/vscode-powershell/README.md",
9+
"homepage": "https://github.com/PowerShell/vscode-powershell/blob/master/README.md",
1010
"categories": [
1111
"Languages",
1212
"Snippets",
@@ -98,4 +98,4 @@
9898
}
9999
},
100100
"private": true
101-
}
101+
}

0 commit comments

Comments
 (0)