Skip to content

Commit cfbe4cd

Browse files
authored
Update CONTRIBUTING.md
Fix markdown header syntax
1 parent c784289 commit cfbe4cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
##Contributing to PSToolbox
2+
## Contributing to PSToolbox
33

44
- First, make sure you have the required tools installed. If you have Windows 10, you already have them. Otherwise, see [here](https://www.powershellgallery.com/GettingStarted?section=Get%20Started) for instructions.
55
- Next, clone this repository with the `--recursive` flag, or clone normally and then run `git submodule update --init --recursive` to initialize any submodules.
@@ -35,9 +35,9 @@
3535
- Otherwise, submit a pull request on Github with your changes. Whoever merges the pull request is responsible for publishing to PowerShell Gallery.
3636

3737

38-
##Deploying to PowerShell Gallery
38+
## Deploying to PowerShell Gallery
3939

40-
###Steps to Deploy
40+
### Steps to Deploy
4141
- Sign in to powershellgallery.com using the IntelliTect account, and then get the API key from the user profile page.
4242
- Open a PowerShell window as administrator.
4343
- Navigate to the root folder of the PowerShellGallery project.
@@ -50,7 +50,7 @@
5050
- When prompted, enter the API key. If you wish to save it to avoid being prompted in the future, add the `-SaveAPIKey` flag.
5151

5252

53-
###Module Requirements
53+
### Module Requirements
5454
- Must have Description and Author properties in the manifest.
5555
- Must contain exported commands.
5656
- Current version must not exist on powershellgallery.com.

0 commit comments

Comments
 (0)