Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
pull_request:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Import-Module -Name {{ NAME }}

## Usage

Here is a list of example that are typical use cases for the module.
Here is a list of examples that are typical use cases for the module.

### Example 1: Greet an entity

Expand All @@ -41,7 +41,7 @@ Hello, World!
Provide examples for typical commands that a user would like to do with the module.

```powershell
Import-Module -Name PSModuleTemplate
Import-Module -Name MariusTestModule
```

### Find more examples
Expand Down
Loading