Skip to content

Commit 0c74284

Browse files
committed
Readme file updated
1 parent 6c705e6 commit 0c74284

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fyml-org%2Fyanalytics-ios%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/yml-org/yanalytics-ios) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fyml-org%2Fyanalytics-ios%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/yml-org/yanalytics-ios)
21
_An injectable analytics wrapper for Apple platforms._
32

43
This lightweight framework provides a generic wrapper for analytics SDK's that is suitable for Dependency Injection. Its objective is to avoid tightly coupling an application with a specific analytics provider.
@@ -61,7 +60,7 @@ Installation
6160
You can add Y—Analytics to an Xcode project by adding it as a package dependency.
6261

6362
1. From the **File** menu, select **Add Packages...**
64-
2. Enter "[https://github.com/yml-org/yanalytics-ios](https://github.com/yml-org/yanalytics-ios)" into the package repository URL text field
63+
2. Enter "[https://github.com/codeandtheory/ct-analytics-ios](https://github.com/codeandtheory/ct-analytics-ios)" into the package repository URL text field
6564
3. Click **Add Package**
6665

6766
Contributing to Y—Analytics
@@ -145,18 +144,3 @@ When merging a pull request:
145144
### Releasing new versions
146145
* Tag the corresponding commit with the new version (e.g. `1.0.5`)
147146
* Push the local tag to remote
148-
149-
Generating Documentation (via Jazzy)
150-
----------
151-
152-
You can generate your own local set of documentation directly from the source code using the following command from Terminal:
153-
```
154-
jazzy
155-
```
156-
This generates a set of documentation under `/docs`. The default configuration is set in the default config file `.jazzy.yaml` file.
157-
158-
To view additional documentation options type:
159-
```
160-
jazzy --help
161-
```
162-
A GitHub Action automatically runs each time a commit is pushed to `main` that runs Jazzy to generate the documentation for our GitHub page at: https://yml-org.github.io/yanalytics-ios/

0 commit comments

Comments
 (0)