Committed by
GitHub
Fixed windows package name in Readme (#105)
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -33,7 +33,7 @@ The packages in this repo are the following: | @@ -33,7 +33,7 @@ The packages in this repo are the following: | ||
| 33 | | [`wakelock_macos`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_macos) | macOS implementation | | 33 | | [`wakelock_macos`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_macos) | macOS implementation | |
| 34 | | [`wakelock_platform_interface`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_platform_interface) | Basic API definition & message handling | | 34 | | [`wakelock_platform_interface`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_platform_interface) | Basic API definition & message handling | |
| 35 | | [`wakelock_web`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web) | Web implementation | | 35 | | [`wakelock_web`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web) | Web implementation | |
| 36 | -| [`wakelock_web`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_windows) | Windows implementation | | 36 | +| [`wakelock_windows`](https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_windows) | Windows implementation | |
| 37 | 37 | ||
| 38 | ## Contributing | 38 | ## Contributing |
| 39 | 39 |
-
Please register or login to post a comment