Skip to content

Commit bb1a481

Browse files
committed
Update documentation
1 parent 152dc69 commit bb1a481

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# DeviceIdentificator
2-
3-
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/DeviceIdentificator.svg)](https://img.shields.io/cocoapods/v/DeviceIdentificator.svg)
4-
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
2+
[![Swift Package Manager](https://img.shields.io/github/v/tag/hyperdevs-team/DeviceIdentificator?label=SPM)](https://github.com/hyperdevs-team/DeviceIdentificator/releases/latest)
53
![Platform](https://img.shields.io/badge/platform-iOS-blue.svg?style=flat)
4+
![Platform](https://img.shields.io/badge/platform-macOS-blue.svg?style=flat)
5+
![Platform](https://img.shields.io/badge/platform-watchOS-blue.svg?style=flat)
66
![Platform](https://img.shields.io/badge/platform-tvOS-blue.svg?style=flat)
7-
[![Build Status](https://travis-ci.org/sebastianvarela/DeviceIdentificator.svg?branch=master)](https://travis-ci.org/sebastianvarela/DeviceIdentificator) [![codecov](https://codecov.io/gh/sebastianvarela/DeviceIdentificator/branch/master/graph/badge.svg)](https://codecov.io/gh/sebastianvarela/DeviceIdentificator) [![codebeat badge](https://codebeat.co/badges/0230786d-680e-4d4b-bcb0-bacc6693571f)](https://codebeat.co/projects/github-com-sebastianvarela-deviceidentificator-master)
7+
[![Build Status](https://travis-ci.org/hyperdevs-team/DeviceIdentificator.svg?branch=master)](https://travis-ci.org/hyperdevs-team/DeviceIdentificator) [![codecov](https://codecov.io/gh/hyperdevs-team/DeviceIdentificator/branch/master/graph/badge.svg)](https://codecov.io/gh/hyperdevs-team/DeviceIdentificator) [![codebeat badge](https://codebeat.co/badges/0230786d-680e-4d4b-bcb0-bacc6693571f)](https://codebeat.co/projects/github-com-hyperdevs-team-deviceidentificator-master)
88

99

1010
## Introduction
@@ -25,13 +25,13 @@ For Swift 5 please use v2+
2525
### Swift Package Manager
2626
Add the package using Xcode or copy this into your `Package.swift` file:
2727
```swift
28-
.package(url: "https://github.com/sebastianvarela/DeviceIdentificator", from: "4.0.0")
28+
.package(url: "https://github.com/hyperdevs-team/DeviceIdentificator", from: "4.0.0")
2929
```
3030

3131
### Manually
3232
To install it manually, drag the DeviceIdentificator folder into your app project in Xcode. You can also add it as a git submodule by running the following command:
3333
```zsh
34-
$ git submodule add https://github.com/sebastianvarela/DeviceIdentificator.git
34+
$ git submodule add https://github.com/hyperdevs-team/DeviceIdentificator.git
3535
```
3636

3737
## Usage

0 commit comments

Comments
 (0)