docs: small refactoring of documentation

This commit is contained in:
Nikita Semenov 2023-03-30 13:44:30 +03:00
parent d9e4ea5ae8
commit dcc9d23676
2 changed files with 4 additions and 6 deletions

View File

@ -4,13 +4,13 @@
_TIDeeplink_ добавляет сервис `TIDeeplinksService` для обработки диплинков
## Как настроить
*/
1. Создать представителей класса `Deeplink`
*/
import Foundation
import TIDeeplink
import UIKit
//: 1. Создать представителей класса `Deeplink`
extension Deeplink {
static var editProfile: Deeplink {
Deeplink(rawValue: "editProfile")

View File

@ -5,15 +5,13 @@
## Как настроить
1. Создать представителей класса `Deeplink`
```swift
import Foundation
import TIDeeplink
import UIKit
```
1. Создать представителей класса `Deeplink`
```swift
extension Deeplink {
static var editProfile: Deeplink {
Deeplink(rawValue: "editProfile")