diff --git a/Modules/Battery/popup.swift b/Modules/Battery/popup.swift index 273d1996..24f59cb2 100644 --- a/Modules/Battery/popup.swift +++ b/Modules/Battery/popup.swift @@ -107,7 +107,7 @@ internal class Popup: NSView { self.amperageField = PopupRow(view, n: 2, title: "Amperage:", value: "") self.voltageField = PopupRow(view, n: 1, title: "Voltage:", value: "") - self.temperatureField = PopupRow(view, n: 0, title: "Temperatrure:", value: "") + self.temperatureField = PopupRow(view, n: 0, title: "Temperature:", value: "") self.addSubview(view) self.batteryView = view diff --git a/README.md b/README.md index dadf9ae7..30372543 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ There are 2 arguments available: ## Developing -Pull requests and impovment proposals are welcomed. +Pull requests and improvement proposals are welcome. If you want to run the project locally you need to have [carthage](https://github.com/Carthage/Carthage#installing-carthage) and [XCode](https://apps.apple.com/app/xcode/id497799835) installed.