Skip to content

Commit 122b9fe

Browse files
committed
Change name of repository to follow PS conventions. Update readme vscode example.
1 parent 0ed02ad commit 122b9fe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Compile-SourceScript.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Compiles the SourceMod plugin source file 'plugin1.sp' with user confirmation fo
2020
Compiles the AMX Mod X plugin source file 'plugin2.sma' without user confirmation for the game Counter-Strike 1.6.
2121
2222
.LINK
23-
https://github.com/theohbrothers/compile-sourcescript
23+
https://github.com/theohbrothers/Compile-SourceScript
2424
#>
2525

2626
param(

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Compiles the AMX Mod X plugin source file `plugin2.sma` *without* user confirmat
3939
"command": "pwsh",
4040
"args": [
4141
"-File",
42-
"D:/Git/compile-sourcescript/Compile-SourceScript.ps1",
42+
"D:/Git/Compile-SourceScript/Compile-SourceScript.ps1",
4343
"-File",
4444
"${file}",
4545
"-Force"
@@ -55,7 +55,7 @@ Compiles the AMX Mod X plugin source file `plugin2.sma` *without* user confirmat
5555
"command": "powershell",
5656
"args": [
5757
"-File",
58-
"D:/Git/compile-sourcescript/Compile-SourceScript.ps1",
58+
"D:/Git/Compile-SourceScript/Compile-SourceScript.ps1",
5959
"-File",
6060
"${file}",
6161
"-Force"

module/Compile-SourceScript/Compile-SourceScript.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Compile-SourceScript {
2121
Compiles the AMX Mod X plugin source file 'plugin2.sma' without user confirmation for the game Counter-Strike 1.6.
2222
2323
.LINK
24-
https://github.com/theohbrothers/compile-sourcescript
24+
https://github.com/theohbrothers/Compile-SourceScript
2525
#>
2626

2727
[CmdletBinding()]

0 commit comments

Comments
 (0)