Skip to content

Commit 1b9cae6

Browse files
committed
Fixed a few typos.
1 parent f6d2777 commit 1b9cae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ To execute the `Publish` task, press `Ctrl+P` then type `"task publish"` and pre
111111

112112
NOTE: the `Publish` task does not actually publish to allow for experimentation.
113113
If you wish to publish, remove the `-WhatIf` parameter on the `Publish-Module` command
114-
in Build.ps1.
114+
in Build.ps1. But make sure you've modified the module manifest (psd1) file or supplied your own
115+
in order to give your module a unique name and guid.
115116

116117
NOTE: the very first time you execute the publish task, you will be prompted for
117118
a NuGet API Key. This would normally be the NuGet API Key you are assigned when you
118-
create an account of the [PowerShell Gallery](https://www.powershellgallery.com/).
119+
register for an account on the [PowerShell Gallery](https://www.powershellgallery.com/).
119120
However since this is just an example of how this feature could work in the future,
120-
you can supply any string you want. You will need to enter the api key string at the
121-
bottom of the Debug Console window.
121+
you can supply any string you want.
122122

123123
For more details on how this works, inspect the `.vscode\tasks.json` file and the
124124
`Build.ps1` file.

0 commit comments

Comments
 (0)