Skip to content

Commit b81f9fd

Browse files
authored
praying this works [netlify-build]
Reword instructions for importing and initializing Analytics instance for clarity.
1 parent 5661ef6 commit b81f9fd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/connections/auto-instrumentation/swift-setup.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ dependencies: [
4242
]
4343
```
4444

45-
2. Import and initialize with your Analytics instance:
46-
> success ""
47-
> See [configuration options](#configuration-options) for a complete list.
48-
```swift
45+
2. Import and initialize with your Analytics instance. For a complete list, see [configuration options](#configuration-options).
46+
```swift
4947
import Segment
5048
import AnalyticsLive
5149

@@ -70,8 +68,7 @@ dependencies: [
7068
#endif
7169
// ... other options
7270
))
73-
```
74-
71+
```
7572
3. Set up capture for the UI framework(s) you're using:
7673
* [Capture SwiftUI interactions](#swiftui).
7774
* [Capture UIKit interactions](#uikit).

0 commit comments

Comments
 (0)