Skip to content

Commit ab2e68d

Browse files
Fix Markdown casing in README.md for consistency
1 parent d1f9224 commit ab2e68d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Document-PSModule (by PSModule)
22

3-
A GitHub Action that automates the generation of documentation for PowerShell modules using markdown help files.
3+
A GitHub Action that automates the generation of documentation for PowerShell modules using Markdown help files.
44

55
This GitHub Action is a part of the [PSModule framework](https://github.com/PSModule). It is recommended to use the
66
[Process-PSModule workflow](https://github.com/PSModule/Process-PSModule) to automate the whole process of managing the PowerShell module.
@@ -10,10 +10,10 @@ This GitHub Action is a part of the [PSModule framework](https://github.com/PSMo
1010
This action:
1111
- Installs necessary modules, including `platyPS` for documentation generation.
1212
- Loads helper scripts required by the documentation process.
13-
- Generates markdown documentation from PowerShell module files.
14-
- Ensures markdown documentation is properly formatted, with correctly tagged PowerShell code blocks.
15-
- Adjusts markdown file paths to mirror the structure of the source PowerShell module files.
16-
- Outputs organized markdown documentation suitable for publishing or distribution.
13+
- Generates Markdown documentation from PowerShell module files.
14+
- Ensures Markdown documentation is properly formatted, with correctly tagged PowerShell code blocks.
15+
- Adjusts Markdown file paths to mirror the structure of the source PowerShell module files.
16+
- Outputs organized Markdown documentation suitable for publishing or distribution.
1717

1818
## Usage
1919

0 commit comments

Comments
 (0)