Skip to content

Commit bf6358b

Browse files
authored
More streamlined introduction
1 parent fb10053 commit bf6358b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# FlineDevKit
44

5-
`FlineDevKit` is a framework that simplifies your development process by automatically importing the most common frameworks I use in every app I create. The core of the library is [FlineDevKit.swift](https://github.com/FlineDev/FlineDevKit/blob/main/Sources/FlineDevKit/FlineDevKit.swift), which contains a collection of `@_exported import` statements. This eliminates the need to manually import these frameworks in every Swift file of your app.
5+
`FlineDevKit` is a framework that simplifies the development process by automatically importing the most common frameworks I recommond for every app. The core of the library is [FlineDevKit.swift](https://github.com/FlineDev/FlineDevKit/blob/main/Sources/FlineDevKit/FlineDevKit.swift), which contains a collection of `@_exported import` statements. This eliminates the need to manually import these frameworks in every Swift file of your app.
66

77

88
## Auto-Imported Frameworks

0 commit comments

Comments
 (0)