Skip to content

Commit ba00d3e

Browse files
authored
Update README.md
1 parent 5347472 commit ba00d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you prefer not to use any of dependency managers, you can integrate manually.
2929
First call configure services:
3030

3131
```swift
32-
let filePath = Bundle.module.path(forResource: Constants.Firebase.plist_filename, ofType: .empty)!
32+
let filePath = Bundle.main.path(forResource: Constants.Firebase.plist_filename, ofType: .empty)!
3333
let options = FirebaseOptions(contentsOfFile: filePath)!
3434
SPProfiling.configure(firebaseOptions: options)
3535
```

0 commit comments

Comments
 (0)