Skip to content

Commit 36347b3

Browse files
fixup readme
1 parent 3a5a2e3 commit 36347b3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See the [Mobile developer documentation](https://developers.optimizely.com/x/sol
1717
up an Optimizely X project and start using the SDK.
1818

1919
### Requirements
20-
* iOS 8.0+ / tvOS 9.0+
20+
* iOS 9.0+ / tvOS 9.0+
2121

2222
### Installing the SDK
2323

@@ -59,7 +59,7 @@ Futher installation instructions for Carthage: https://github.com/Carthage/Carth
5959
```
6060
let optimizely = OptimizelyClient(sdkKey:"somesdkkey")
6161
62-
if let _ try? = optimizely.initializeSDK(datafile:json) {
62+
if let _ try? = optimizely.start(datafile:json) {
6363
let variation = optimizely.activate(experimentKey: "background_experiment", userId: "userId", attributes: ["doubleKey":5])
6464
6565
let basicVariation = optimizely.track(eventKey: "sample_conversion", userId: "userId")
@@ -69,4 +69,14 @@ Futher installation instructions for Carthage: https://github.com/Carthage/Carth
6969
### Contributing
7070
Please see [CONTRIBUTING](CONTRIBUTING.md).
7171

72+
### Credits
73+
74+
First-party code (under OptimizelySwiftSDK is copyright Optimizely, Inc. and contributors, licensed under Apache 2.0.
75+
76+
### Additional Code
77+
78+
This software incorporates code from the following open source repo:
79+
80+
MurmurHash3:https://github.com/jpedrosa/sua/blob/master/Sources/murmurhash3.swift License (Apache 2.0):https://github.com/jpedrosa/sua/blob/master/LICENSE.txt
81+
Ported to Swift4.
7282

0 commit comments

Comments
 (0)