Skip to content

Commit 8d0d0fe

Browse files
committed
Fixed capitalization of Mapbox
refs https://www.mapbox.com/about/press/brand-guidelines - the `b` should be lowercase as per brand guidelines
1 parent 77b1153 commit 8d0d0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Thanks to [Orlando Vazquez](https://github.com/orlandov),
259259
[Eric Fredricksen](https://github.com/grumdrig) and
260260
[Ryan Dahl](https://github.com/ry) for their SQLite bindings for node, and to mraleph on Freenode's #v8 for answering questions.
261261

262-
This module was originally created by [MapBox](https://mapbox.com/) & is now maintained by [Ghost](https://ghost.org).
262+
This module was originally created by [Mapbox](https://mapbox.com/) & is now maintained by [Ghost](https://ghost.org).
263263

264264
# License
265265

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "5.0.4",
55
"homepage": "https://github.com/TryGhost/node-sqlite3",
66
"author": {
7-
"name": "MapBox",
7+
"name": "Mapbox",
88
"url": "https://mapbox.com/"
99
},
1010
"binary": {

0 commit comments

Comments
 (0)