Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
张敏鹏 committed Aug 30, 2023
1 parent ee41ae0 commit eac2c9a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Install the package with:
go get github.com/asmoker/mac-wake-display
```

# Example

```go
package main

import (
mwd "github.com/asmoker/mac-wake-display"
)

func main() {
mwd.WakeDisplay()
}
```

## Thanks

- [BLEUnlock](https://github.com/ts1/BLEUnlock)
Expand Down

0 comments on commit eac2c9a

Please sign in to comment.