You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,15 +66,17 @@ To get started with all extensions:
66
66
importSwiftMIDI
67
67
```
68
68
69
-
4. See the getting started guide in the [documentation](https://swiftpackageindex.com/orchetect/swift-midi/main/documentation), and the dedicated [code examples](https://github.com/orchetect/swift-midi-examples) repository to see the library in action.
69
+
4. See the [getting started guide](https://swiftpackageindex.com/orchetect/swift-midi/main/documentation) and the dedicated [code examples](https://github.com/orchetect/swift-midi-examples) repository to see the library in action.
70
70
71
71
### Individual Extensions
72
72
73
73
To use only specific features without importing all extensions, use the extension repositories as dependencies instead of the **swift-midi** umbrella repository. This can help reduce compile time and shrink the total dependency size.
74
74
75
75
## Documentation
76
76
77
-
See the getting started guide in the [documentation](https://swiftpackageindex.com/orchetect/swift-midi/main/documentation), and the dedicated [code examples](https://github.com/orchetect/swift-midi-examples) repository to see the library in action.
77
+
Full online documentation is available for all of the extension repositories. Check the README in each repository for a link to its documentation.
78
+
79
+
For new users, see the [getting started guide](https://swiftpackageindex.com/orchetect/swift-midi/main/documentation) and the dedicated [code examples](https://github.com/orchetect/swift-midi-examples) repository to see the library in action.
0 commit comments