diff --git a/.gitignore b/.gitignore index 9060430f..92b050f6 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ cdn/ coverage/ site/ .nyc_output/ +.vscode/ diff --git a/README.md b/README.md index 2b2757ea..c072bc10 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Radar.initialize('prj_test_pk_...', { /* options */ }); Add the following script in your `html` file ```html - + ``` Then initialize the Radar SDK @@ -73,8 +73,8 @@ To create a map, first initialize the Radar SDK with your publishable key. Then ```html
Add publishable key to see map