refactor: correct links

This commit is contained in:
Vlad Suhomlinov 2021-08-16 13:10:06 +03:00
parent 518d8e7f41
commit 97e3b15ad8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Set of helpers for Foundation framework classes.
* [TITimer](/Sources/TITimer) - pretty timer
* [TITimer](Sources/TITimer) - pretty timer
* [CodableKeyValueStorage](#codablekeyvaluestorage)
## CodableKeyValueStorage

View File

@ -5,7 +5,7 @@ The library allows you to create a timer that works either with [RunLoop](#Runlo
### Features
- Track the time even while the application is in the background. For more, see - [TimerRunMode](/Sources/TITimer/Enums/TimerRunMode.swift)
- Track the time even while the application is in the background. For more, see - [TimerRunMode](Sources/TITimer/Enums/TimerRunMode.swift)
- Create a timer on a personal queue or on a special Runloop mode. For more, see - [TimerType](Sources/TITimer/Enums/TimerType.swift)
- The code is covered by tests 🙂