diff --git a/README.md b/README.md index 13b894f..8cc6289 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ There are several different ways to get the code. Some examples below: #### CDN Dirty Forms is available over jsDelivr CDN and can directly be included on every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery and jquery.dirtyforms in one request. ```HTML - + ``` #### Self-Hosted @@ -92,7 +92,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -1217,4 +1217,4 @@ $(function() { $.DirtyForms.helpers.push(topDocumentHelper); }); -``` \ No newline at end of file +```