Skip to content

Commit

Permalink
Merge pull request #197 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
jamie-beardedhen committed Apr 18, 2017
2 parents d5f6899 + 1ca3b3b commit 03d7d20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The javadoc for the project is hosted on [Github](http://bearded-hen.github.io/A
Examples
============

###BootstrapButton
### BootstrapButton
A button that supports Glyph icons, and is themeable using Bootstrap Brands.
```xml
<com.beardedhen.androidbootstrap.BootstrapButton
Expand Down Expand Up @@ -87,7 +87,7 @@ Allows BootstrapButtons to be grouped together and their attributes controlled e
<img src="https://raw.github.com/Bearded-Hen/Android-Bootstrap/master/images/bootstrap_button_group.png" width="450" alt="BootstrapButtonGroup">


###AwesomeTextView
### AwesomeTextView
A text widget that displays Glyph icons, and is themeable using Bootstrap Brands.
```xml
<com.beardedhen.androidbootstrap.AwesomeTextView
Expand Down Expand Up @@ -156,7 +156,7 @@ Displays non-clickable text in a widget similar to the BootstrapButton, sizable
```
<img src="https://raw.github.com/Bearded-Hen/Android-Bootstrap/master/images/bootstrap_label.png" width="450" alt="BootstrapLabel">

###BootstrapEditText
### BootstrapEditText
Allows editing of text in a widget themed using BootstrapBrand.
```xml
<com.beardedhen.androidbootstrap.BootstrapEditText
Expand All @@ -181,7 +181,7 @@ Displays images in a center-cropped Circular View, themed with BootstrapBrand.
```
<img src="https://raw.github.com/Bearded-Hen/Android-Bootstrap/master/images/bootstrap_circle_thumbnail.png" width="450" alt="BootstrapCircleThumbnail">

###BootstrapThumbnail
### BootstrapThumbnail
Displays images in a rectangular View, themed with BootstrapBrand.
```xml
<com.beardedhen.androidbootstrap.BootstrapThumbnail
Expand Down

0 comments on commit 03d7d20

Please sign in to comment.