Skip to content

Commit 3ce5aa9

Browse files
committed
Updated README
1 parent 734a2ad commit 3ce5aa9

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<div align=center>
2+
<img src="https://github.com/AudioKit/Cookbook/raw/main/Cookbook/Cookbook/Assets.xcassets/audiokit-icon.imageset/audiokit-icon.png" width="20%"/>
3+
14
# Dunne AudioKit
25

36
[![Build Status](https://github.com/AudioKit/DunneAudioKit/workflows/CI/badge.svg)](https://github.com/AudioKit/DunneAudioKit/actions?query=workflow%3ACI)
@@ -6,18 +9,20 @@
69
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
710
[![Twitter Follow](https://img.shields.io/twitter/follow/AudioKitPro.svg?style=social)](https://twitter.com/AudioKitPro)
811

9-
Chorus, Flanger, Sampler, Stereo Delay, and Synth for AudioKit
12+
</div>
13+
14+
Chorus, Flanger, Sampler, Stereo Delay, and Synth for AudioKit, by Shane DUnne.
1015

1116
## Documentation
1217

1318
Documentation is provided on [AudioKit's Website](http://audiokit.io/Packages/DunneAudioKit/)
1419
and the Githbub [Wiki](https://github.com/AudioKit/DunneAudioKit/wiki) contains generated documentation from the comments in the code for public classes, structures, enums, and methods.
1520

16-
## Examples
21+
## Installation via Swift Package Manager
1722

18-
See the [AudioKit Cookbook](https://github.com/AudioKit/Cookbook/) for examples.
23+
To add AudioKitUI to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter `https://github.com/AudioKit/DunneAudioKit/` for the URL.
1924

20-
## Installation
2125

22-
Point your Swift Package Manager to this URL.
26+
## Examples
2327

28+
See the [AudioKit Cookbook](https://github.com/AudioKit/Cookbook/) for examples.

0 commit comments

Comments
 (0)