Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #12

Merged
merged 1 commit into from
Dec 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
@@ -1,10 +1,10 @@
#Audio Waves
# Audio Waves

Shows a graphic representation of the sounds captured by the microphone on Android

![android_audio_waves](https://cloud.githubusercontent.com/assets/1595403/11171019/e7f21ebe-8be4-11e5-80ed-5d485dc46719.png)

###GRADLE:
### GRADLE:
Add this to your `app/build.gradle`

repositories {
Expand All @@ -16,7 +16,7 @@ Add this to your `app/build.gradle`
compile 'org.firezenk:audiowaves:1.1@aar'
}

###USAGE:
### USAGE:

1. Add permission to record audio (into your Manifest)

Expand Down Expand Up @@ -101,11 +101,11 @@ Add this to your `app/build.gradle`
void setGradientColorEnd(int color);
````

###MORE INFO:
### MORE INFO:

Go to sample module

###LICENSE
### LICENSE

````
The MIT License (MIT)
Expand Down