Skip to content

Commit 7addef4

Browse files
committed
docs: Update ReadMe a bit
1 parent 0dd07a8 commit 7addef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Install-Module -Name ScriptModuleRepositoryTemplate -Scope CurrentUser
6363
Step 2: Create the new repository files:
6464

6565
```powershell
66-
New-PowerShellScriptModuleRepository -RepositoryDirectoryPath 'C:\MyModuleName' -ModuleName 'MyModuleName' -OrganizationName 'My Name'
66+
New-PowerShellScriptModuleRepository -RepositoryDirectoryPath 'C:\MyRepoName' -ModuleName 'MyModuleName' -OrganizationName 'My Name'
6767
```
6868

69-
The above command will create a new directory at `C:\MyModuleName` with the boilerplate files and workflows for publishing your module already set up.
69+
The above command will create a new directory at `C:\MyRepoName` with the boilerplate files and workflows for publishing your module already set up.
7070

7171
You can then perform a `git init` in that directory and push it to where you want your git repository hosted (e.g. Azure DevOps or GitHub).
7272

0 commit comments

Comments
 (0)