Skip to content

Commit 59ef662

Browse files
authored
Update README.md
1 parent 0c14f54 commit 59ef662

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Upon importing the module, a single PowerShell cmdlet named **New-PackerBaseAMI*
2222
#### Table of Contents
2323
- [Install](/#Install)
2424
- [Example](/#Example)
25-
- [Maintainer\(s\)](/#Maintainer\(s\))
25+
- [Maintainer\(s\)](/#Maintainer)
2626
- [Contributing](/#Contributing)
2727
- [Credits](Credits)
2828
- [License](License)
2929

30-
#### Install
30+
#### Install <a name="Install"></a>
3131
- ##### Install PowerShell
3232
I suggest using the latest verison of [PowerShell](https://aka.ms/wmf5latest) if possible so that you can use PowerShellGet cmdlets
3333
Download the latest PowerShell here: https://aka.ms/wmf5latest
@@ -59,28 +59,28 @@ Upon importing the module, a single PowerShell cmdlet named **New-PackerBaseAMI*
5959
Import-Module PackerBaseAMI
6060
```
6161
62-
#### Example
62+
#### Example <a name="Example"></a>
6363
6464
```PowerShell
6565
New-PackerBaseAMI -AccountNumber 111111111111 -Alias ExampleAlias -BaseOS WINDOWS_2012R2_BASE -IamRole ExampleRoleName -Region us-east-1 -OutputDirectoryPath c:\example\directory
6666
```
6767

68-
#### Maintainer(s)
68+
#### Maintainer(s) <a name="Maintainer"></a>
6969
[Robert D. Biddle](https://github.com/RobBiddle) - https://github.com/RobBiddle
7070

71-
#### Contributing
71+
#### Contributing <a name="Contributing"></a>
7272

7373
1. Fork it!
7474
2. Create your feature branch: `git checkout -b my-new-feature`
7575
3. Commit your changes: `git commit -am 'Add some feature'`
7676
4. Push to the branch: `git push origin my-new-feature`
7777
5. Submit a pull request :D
7878

79-
#### Credits
79+
#### Credits <a name="Credits"></a>
8080
- [Upic Solutions](https://upicsolutions.org/) for sponsoring my time to develop this project. This code is being used as part of our mission to help [United Ways](https://www.unitedway.org/) be the best community solution leaders, in an increasingly competitive environment, by providing state of the art business and technology solutions
8181
- [Hashicorp](https://www.hashicorp.com/) for creating [Packer](https://packer.io) and other fantastic open source projects
8282
- The [AWSPowerShell](https://www.powershellgallery.com/packages/AWSPowerShell) Devs for supporting all of us PowerShell users
8383

84-
#### License
84+
#### License <a name="License"></a>
8585
GNU General Public License v3.0
8686
https://github.com/RobBiddle/PackerBaseAMI/LICENSE.txt

0 commit comments

Comments
 (0)