diff options
Diffstat (limited to 'docs/content/tutorial/step_01.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_01.ngdoc | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_01.ngdoc b/docs/content/tutorial/step_01.ngdoc index 540484d3..d3f28929 100644 --- a/docs/content/tutorial/step_01.ngdoc +++ b/docs/content/tutorial/step_01.ngdoc @@ -21,7 +21,8 @@ The page now contains a list with information about two phones.  The most important changes are listed below. You can see the full diff on [GitHub](https://github.com/angular/angular-phonecat/compare/step-0...step-1):  __`app/index.html`:__ -<pre> + +```html    <ul>      <li>        <span>Nexus S</span> @@ -36,7 +37,7 @@ __`app/index.html`:__        </p>      </li>    </ul> -</pre> +```  # Experiments | 
