diff --git a/src/lib/input/README.md b/src/lib/input/README.md
index 6bba8daeb33b..5641a935b570 100644
--- a/src/lib/input/README.md
+++ b/src/lib/input/README.md
@@ -11,14 +11,14 @@ a wrapper for native `input` and `textarea` elements. The native element wrapped
Simple `input` example:
```html
-
+
```
Simple `textarea` example:
```html
-
+
```
@@ -73,7 +73,7 @@ To add a prefix, use the `mdPrefix` attribute on the element. Similarly, to add
```html
-
+
$ .00
@@ -94,7 +94,7 @@ Specifying a side twice will result in an exception during initialization.
For example, a simple character counter can be made like the following:
```html
-
-
+
-
+
-
+
```
@@ -133,36 +133,36 @@ You can make a full form using inputs, and they will support autofill natively.
```html