Skip to content

Commit

Permalink
Merge 98b542c into bd9d4ba
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsrutek committed Mar 13, 2020
2 parents bd9d4ba + 98b542c commit fb54f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ If you're building for iOS, tvOS:
Create a client to connect MQTT Broker:

```swift
let clientID = "CocoaMQTT-" + String(NSProcessInfo().processIdentifier)
let clientID = "CocoaMQTT-" + String(ProcessInfo().processIdentifier)
let mqtt = CocoaMQTT(clientID: clientID, host: "localhost", port: 1883)
mqtt.username = "test"
mqtt.password = "public"
Expand Down

0 comments on commit fb54f66

Please sign in to comment.