Skip to content

Commit

Permalink
docs(misc/downloading): fix HTML example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed May 21, 2014
1 parent b5fb2d4 commit b696822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/misc/downloading.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ production.
To point your code to an angular script on the Google CDN server, use the following template. This
example points to the minified version 1.2.0:

<pre>
```
<!doctype html>
<html ng-app>
<head>
Expand All @@ -27,7 +27,7 @@ example points to the minified version 1.2.0:
<body>
</body>
</html>
</pre>
```

Note that only versions 1.0.1 and above are available on the CDN, if you need an earlier version
you can use the <http://code.angularjs.org/> URL which was the previous recommended location for
Expand Down

0 comments on commit b696822

Please sign in to comment.