Skip to content

Commit

Permalink
Merge branch 'master' of github.com:maiyaporn/summernote-map-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maiyaporn committed Jul 8, 2016
2 parents 3ce124c + c026ead commit 3032b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This is a plugin for adding map to [Summernote WYSIWYG] editor. It allows users

Include a plugin script along with Summernote

```html
<!-- include jquery -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"></script>

Expand All @@ -26,7 +25,7 @@ Include a plugin script along with Summernote

<!-- include summernote plugin-->
<script type="text/javascript" src="summernote-map-plugin.js"></script>
```


Note:
If google maps api is not already in your application, the plugin will load the script automatically with your apiKey.
Expand All @@ -51,3 +50,4 @@ To enable map button in toolbar, you need to add 'map' in toolbar options when i
]
});
</script>

0 comments on commit 3032b4e

Please sign in to comment.