Skip to content

Commit c5134a7

Browse files
committed
Remaining minor rename update
1 parent 0c74284 commit c5134a7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ is a simple implementation of `AnalyticsEngine` that logs output using Apple's'
5757
Installation
5858
----------
5959

60-
You can add Y—Analytics to an Xcode project by adding it as a package dependency.
60+
You can add CT—Analytics to an Xcode project by adding it as a package dependency.
6161

6262
1. From the **File** menu, select **Add Packages...**
6363
2. Enter "[https://github.com/codeandtheory/ct-analytics-ios](https://github.com/codeandtheory/ct-analytics-ios)" into the package repository URL text field
6464
3. Click **Add Package**
6565

66-
Contributing to Y—Analytics
66+
Contributing to CT—Analytics
6767
----------
6868

6969
### Requirements

Tests/CTAnalyticsTests/Implementations/SpyAnalyticsEngineTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final class CountAnalyticsEngine {
4343
}
4444

4545
extension CountAnalyticsEngine: AnalyticsEngine {
46-
func track(event: YAnalytics.AnalyticsEvent) {
46+
func track(event: CTAnalytics.AnalyticsEvent) {
4747
count += 1
4848
}
4949
}

0 commit comments

Comments
 (0)