Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstorm-fl committed Jul 19, 2019
1 parent f1bf370 commit 8d3c0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SMC
### Wrapper for macOS's System Management Controller (SMC) written in Swift.
### Read-only wrapper for macOS's System Management Controller (SMC) written in Swift.

#### License
MIT license. See the LICENSE file for more information.
MIT license. See [LICENSE](https://github.com/DanielStormApps/SMC/blob/master/LICENSE) file for more information.

#### References
- [SMCWrapper](https://github.com/FergusInLondon/SMCWrapper)
Expand Down
2 changes: 1 addition & 1 deletion smc/SMC/SMC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SMC {

private static var connection: io_connect_t = 0

// MARK: Init
// MARK: - Init
static let shared = SMC()
private init() {
openConnection()
Expand Down

0 comments on commit 8d3c0a3

Please sign in to comment.