Merge pull request #1 from SkiingIsFun123/patch-1

Update README.md
This commit is contained in:
Daniel Saidi 2022-06-14 08:45:39 +02:00 committed by GitHub
commit 5d064644e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
## About SwiftKit
SwiftKit adds extra functionality to the Swift framework, like extensions to already existing types as well as completely new utilites, services etc.
SwiftKit adds extra functionality to the Swift framework, like extensions to already existing types as well as completely new utilities, services, etc.
You can explore the various sections in the [documentation][Documentation] and the demo app.
@ -47,7 +47,7 @@ You can also clone the repository and build the library locally.
## Documentation
The [online documentation][Documentation] contains more information, code examples etc. and makes it easy to overview the various parts of the library.
The [online documentation][Documentation] contains more information, code examples, etc., and makes it easy to overview the various parts of the library.
The online documentation is currently iOS only. To generate documentation for other platforms, open the package in Xcode, select a simulator then run `Product/Build Documentation`.