Skip to content

Commit 1e4a3f0

Browse files
committed
Update README.md
1 parent c2e1cdb commit 1e4a3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if let accelerometerData = motionManager.accelerometerData {
3131

3232
You can change <i><a href="https://developer.apple.com/library/ios/documentation/CoreMotion/Reference/CMMotionManager_Class/#//apple_ref/occ/instp/CMMotionManager/accelerometerUpdateInterval">accelerometerUpdateInterval</a></i>, the interval, in seconds, for providing accelerometer updates to the block handler.
3333

34-
The same story for Gyroscope, Magnetometer and Device motion.
34+
The same story for <i>Gyroscope</i>, <i>Magnetometer</i> and <i>Device motion</i>.
3535

3636
<pre>
3737
func startGyroUpdates()

0 commit comments

Comments
 (0)