Add link to API docs
This commit is contained in:
parent
6169a023e4
commit
972ad1a622
10
readme.md
10
readme.md
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
> Show progress in your app's Dock icon
|
> Show progress in your app's Dock icon
|
||||||
|
|
||||||
<img src="screenshot.gif" width="485">
|
|
||||||
|
|
||||||
This package is used in production by the [Gifski app](https://github.com/sindresorhus/Gifski). You may also like some of my [other apps](https://sindresorhus.com/apps).
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
macOS 10.15+
|
macOS 10.15+
|
||||||
|
@ -16,6 +12,10 @@ Add `https://github.com/sindresorhus/DockProgress` in the [“Swift Package Mana
|
||||||
|
|
||||||
*Latest version: 4.2.0*
|
*Latest version: 4.2.0*
|
||||||
|
|
||||||
|
## API
|
||||||
|
|
||||||
|
[See the API docs.](https://swiftpackageindex.com/sindresorhus/DockProgress/documentation/dockprogress/dockprogress)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Manually set the progress
|
### Manually set the progress
|
||||||
|
@ -113,4 +113,4 @@ DockProgress.style = .pie(color: .systemBlue)
|
||||||
- [Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults
|
- [Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults
|
||||||
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - Add user-customizable global keyboard shortcuts to your macOS app
|
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - Add user-customizable global keyboard shortcuts to your macOS app
|
||||||
- [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) - Add "Launch at Login" functionality to your macOS app
|
- [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) - Add "Launch at Login" functionality to your macOS app
|
||||||
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift)
|
- [More…](https://github.com/search?q=user%3Asindresorhus+language%3Aswift+archived%3Afalse&type=repositories)
|
||||||
|
|
Loading…
Reference in New Issue