Skip to content

Commit 52fbad6

Browse files
committed
Update README.md
1 parent 797d18e commit 52fbad6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design
1111
## Usage
1212
1. Add the following to your Package.swift:
1313
```swift
14-
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "7.0.2"))
14+
.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "8.0.0"))
1515
```
1616
2. Declare `import SirioKitIOS` to use the components where you want to use them.
1717

@@ -24,6 +24,8 @@ struct iOS_ExampleApp: App {
2424
init() {
2525
// Register fonts from library
2626
Fonts.registerFonts()
27+
// Svg Coder
28+
SDImageCodersManager.shared.addCoder(SDImageSVGCoder.shared)
2729
}
2830
}
2931
```

0 commit comments

Comments
 (0)