Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 82e09c9

Browse files
fix #running (#33)
1 parent 6ddb744 commit 82e09c9

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
@@ -63,23 +63,23 @@ You can grab the latest version of PowerShell IoT by running:
6363
Install-Module Microsoft.PowerShell.IoT
6464
```
6565

66-
Then see the section on [running](#Running).
66+
Then see the section on [running](#running).
6767

6868
If you want to write a module that uses PowerShell IoT, include it in the `RequiredModules` field of your module manifest.
6969

7070
### GitHub releases
7171

7272
You can also manually download the zipped up module from the [releases](https://github.com/PowerShell/PowerShell-IoT/releases).
7373

74-
Then see the section on [running](#Running).
74+
Then see the section on [running](#running).
7575

7676
### AppVeyor
7777

7878
You can download the latest CI build from our [AppVeyor build here](https://ci.appveyor.com/project/PowerShell/powershell-iot).
7979
Go to the latest build, click on either of the images, then click on the artifacts tab.
8080
From there, you can download a zip of the latest CI build.
8181

82-
Then see the section on [running](#Running).
82+
Then see the section on [running](#running).
8383

8484
### From Source
8585

@@ -166,4 +166,4 @@ The setup required:
166166
* For GPIO: Bend pins 26 and 22 to touch each other or connect them in some way
167167
* For SPI: An [Adafruit LIS3DH Triple-Axis Accelerometer](https://www.adafruit.com/product/2809)
168168

169-
We currently have a build agent that will deploy PR code onto a test Raspberry Pi and run the tests found in the `test` directory.
169+
We currently have a build agent that will deploy PR code onto a test Raspberry Pi and run the tests found in the `test` directory.

0 commit comments

Comments
 (0)