diff --git a/src/index.js b/src/index.js
index 2077e6c..060d860 100644
--- a/src/index.js
+++ b/src/index.js
@@ -42,7 +42,7 @@ class EMobilityMap extends BaseClass {
13
);
L.tileLayer('https://cartodb-basemaps-{s}.global.ssl.fastly.net/rastertiles/voyager/{z}/{x}/{y}{r}.png', {
- attribution: '© OpenDataHub.com | © OpenStreetMap, © Carto'
+ attribution: 'OpenDataHub.com | © OpenStreetMap, © Carto'
}).addTo(this.map);
}