Skip to content

Commit 03d7d20

Browse files
Merge pull request #197 from bryant1410/master
Fix broken headings in Markdown files
2 parents d5f6899 + 1ca3b3b commit 03d7d20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The javadoc for the project is hosted on [Github](http://bearded-hen.github.io/A
4444
Examples
4545
============
4646

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

8989

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

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

184-
###BootstrapThumbnail
184+
### BootstrapThumbnail
185185
Displays images in a rectangular View, themed with BootstrapBrand.
186186
```xml
187187
<com.beardedhen.androidbootstrap.BootstrapThumbnail

0 commit comments

Comments
 (0)