Skip to content

Commit 2174971

Browse files
committed
docs: Update headings in ReadMe
1 parent 64d2d37 commit 2174971

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Both of these methods are described in more detail below.
3333
Once the repository is created, follow the instructions in the repo's ReadMe file to complete the setup.
3434
The non-transformed instructions can also be [viewed here](/src/ScriptModuleRepositoryTemplate/TemplateRepoFiles/ReadMe.md).
3535

36-
## 📂 Method 1: Use the New-PowerShellScriptModuleRepository cmdlet
36+
### 📂 Method 1: Use the New-PowerShellScriptModuleRepository cmdlet
3737

3838
Step 1: Install the `ScriptModuleRepositoryTemplate` module from the PowerShell Gallery:
3939

@@ -53,11 +53,11 @@ You can then perform a `git init` in that directory and push it to where you wan
5353

5454
To complete the setup, follow the instructions in the repo's ReadMe file.
5555

56-
## 📄 Method 2: Create repository from GitHub template
56+
### 📄 Method 2: Create repository from GitHub template
5757

5858
If you repository will be hosted on GitHub, you can follow the steps below:
5959

60-
### 🗍 Step 1: Create a new repo from this template
60+
#### 🗍 Step 1: Create a new repo from this template
6161

6262
The official docs for creating a new repository from a template can [be found here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
6363
In short, the steps are:
@@ -68,7 +68,7 @@ In short, the steps are:
6868
1. You should now have the new repository in your account with the name you chose.
6969
1. Clone your new repository to your local machine to start making changes to it.
7070

71-
### 🤖 Step 2: Replace repo template information
71+
#### 🤖 Step 2: Replace repo template information
7272

7373
Run the [_InitializeRepository.ps1](/_InitializeRepository.ps1) script to update the repository files with your module's information.
7474
You will be prompted to enter some information, such as:

0 commit comments

Comments
 (0)