Co-Authored-By: Jae Lim <jaelim@microsoft.com>
This commit is contained in:
Anna Kocheshkova 2019-07-09 13:14:07 +03:00 коммит произвёл GitHub
Родитель 60651e7ed4
Коммит fda2bcba86
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ or trademarks, whether by implication, estoppel or otherwise.
## Swift Package Manager
1. Run `swift package init` if not yet initialized
2. Add the following dependency to the **Package** section:
2. Add the following dependency to the **Package** section in `Package.swift`:
```swift
dependencies: [
.package(url: "https://github.com/microsoft/CorrelationVector-Swift.git", .branch("master"))