Skip to content

Commit 8d2a17b

Browse files
Update README.md
1 parent 0942203 commit 8d2a17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SPIFlashLogger’s constructor takes four parameters, all of which are optional:
2727
| --- | --- | --- |
2828
| *start* | 0 | The first byte in the SPI flash to use (must be the first byte of a sector) |
2929
| *end* | *spiflash.size()* | The last byte in the SPI flash to use (must be the last byte of a sector) |
30-
| *spiflash* | **hardware.spiflash** | **hardware.spiflash**, or an object with an equivalent interface such as the [SPIFlash](https://electricimp.com/docs/libraries/hardware/spiflash) library |
30+
| *spiflash* | **hardware.spiflash** | **hardware.spiflash**, or an object with an equivalent interface such as the [SPIFlash](https://developer.electricimp.com/libraries/hardware/spiflash) library |
3131
| *serializer* | Serializer class | The static [Serializer library](https://developer.electricimp.com/libraries/hardware/spiflash), or an object with an equivalent interface |
3232

3333
```squirrel

0 commit comments

Comments
 (0)