Skip to content

Commit d4cf3e1

Browse files
committed
Improves docs
1 parent 7103ad3 commit d4cf3e1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/01-Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The following requirements have to be fullfilled:
1010
* Windows 7 / Windows 2008 R2 or later
1111
* PowerShell Version 4.x or higher
1212

13-
If you are ready to get started, take a look at the [installation guide](02-Installation.md).
13+
If you are ready to get started, take a look at the [Installation Guide](02-Installation.md).

doc/02-Installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
Installing the Module
1+
Installing the Icinga PowerShell Framework
22
===
33

4-
Installing the module is managed by different ways, depending on the user environment including available possibitilies
4+
Installing the Icinga PowerShell Framework is managed by different ways, depending on the user environment including available possibitilies
55

66
Instructions
77
---
88

9-
* Install the Module with the [Kickstart Script](installation/01-Kickstart-Script.md)
10-
* Install the Module [manually](installation/02-Manual-Installation.md)
9+
* Install the Icinga PowerShell Framework with the [Kickstart Script](installation/01-Kickstart-Script.md)
10+
* Install the Icinga PowerShell Framework [manually](installation/02-Manual-Installation.md)
1111

1212
Testing the installation
1313
---
1414

15-
Once the module is installed you can try if the installation was successfully by using the command
15+
Once the Icinga PowerShell Framework is installed you can try if the installation was successfully by using the command
1616

1717
```powershell
1818
Use-Icinga
1919
```
2020

21-
This command will initialise the entire module and load all available Cmdlets.
21+
This command will initialise the entire Icinga PowerShell Framework and load all available Cmdlets.
2222

2323
Whenever you intend to use specific Cmdlets of the framework for Icinga Plugins, Testing or configuration you will require to run this command for each new PowerShell instance to initialise the framework.
2424

0 commit comments

Comments
 (0)