Skip to content

Commit a973948

Browse files
authored
Merge pull request #33 from SomaticLabs/readme
minor
2 parents d5fb2cc + a1b029b commit a973948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
SwiftyZorb allows developers to build iOS applications that communicate with devices powered by Somatic Labs' Zorb Engine, enabling new user experiences that allow communication entirely through your sense of touch.
1212

13-
This library is made to be used in conjuction with our embedded Javascript SDK. To get started developing your own haptic animations, check out our [Zorb Design Studio](https://zorbtouch.com)..
13+
This library is made to be used in conjuction with our embedded Javascript SDK. To get started developing your own haptic animations, check out our [Zorb Design Studio](https://zorbtouch.com).
1414

1515
Animations and programs created in the design studio can be ran on ZorbEngine powered devices using this library, either by sending a embedding the Javascript directly in your application or by storing your scripts somewhere with a publicly accessible URL (such as in a Github gist) that can be referenced from within your application.
1616

@@ -46,7 +46,7 @@ $ brew install carthage
4646
To integrate SwiftyZorb into your Xcode project using Carthage, specify it in your `Cartfile`:
4747

4848
```ogdl
49-
github "SomaticLabs/SwiftyZorb" ~> 1.0
49+
github "SomaticLabs/SwiftyZorb" ~> 2.0
5050
```
5151

5252
Run `carthage update` to build the framework and drag the built `SwiftyZorb.framework` into your Xcode project.
@@ -186,7 +186,7 @@ device.connect { result in
186186
switch result {
187187
case .success:
188188
// Connect succeeded
189-
189+
190190
// Write Javascript from url to device
191191
let url = URL(string: "https://gist.githubusercontent.com/jakerockland/17cb9cbfda0e09fa8251fc7666e2c4dc/raw")!
192192
device.writeJavascript(at url) { result in

0 commit comments

Comments
 (0)