Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Revert "small fix to readme"
Browse files Browse the repository at this point in the history
This reverts commit 7ce62c4.
  • Loading branch information
Michael Hopkins committed Feb 11, 2015
1 parent 7ce62c4 commit 447b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following code will prompt the user for access to their geolocation and then
Gmaps::add_marker($marker);

$map = Gmaps::create_map();
echo "<html><head><script type="text/javascript">var centreGot = false;</script>".$map['js']."</head><body>".$map['html']."</body></html>";
echo "<html><head>".$map['js']."</head><body>".$map['html']."</body></html>";
});

### More Examples
Expand Down

0 comments on commit 447b2b8

Please sign in to comment.