diff --git a/p/sbahn-munich/example.js b/p/sbahn-muenchen/example.js similarity index 100% rename from p/sbahn-munich/example.js rename to p/sbahn-muenchen/example.js diff --git a/p/sbahn-munich/index.js b/p/sbahn-muenchen/index.js similarity index 100% rename from p/sbahn-munich/index.js rename to p/sbahn-muenchen/index.js diff --git a/p/sbahn-munich/products.js b/p/sbahn-muenchen/products.js similarity index 100% rename from p/sbahn-munich/products.js rename to p/sbahn-muenchen/products.js diff --git a/p/sbahn-munich/readme.md b/p/sbahn-muenchen/readme.md similarity index 73% rename from p/sbahn-munich/readme.md rename to p/sbahn-muenchen/readme.md index 9e06a03a..326741a3 100644 --- a/p/sbahn-munich/readme.md +++ b/p/sbahn-muenchen/readme.md @@ -6,8 +6,8 @@ ```js const createClient = require('hafas-client') -const sMunichProfile = require('hafas-client/p/sbahn-munich') +const sMuenchenProfile = require('hafas-client/p/sbahn-muenchen') // create a client with S-Bahn München profile -const client = createClient(sMunichProfile, 'my-awesome-program') +const client = createClient(sMuenchenProfile, 'my-awesome-program') ``` diff --git a/readme.md b/readme.md index fbbef98a..693f9343 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ HAFAS endpoint | wrapper library | docs | example code | source code [Nahverkehr Sachsen-Anhalt (NASA)](https://de.wikipedia.org/wiki/Nahverkehrsservice_Sachsen-Anhalt)/[INSA](https://insa.de) | [`insa-hafas`](https://github.com/derhuerst/insa-hafas) | [docs](p/insa/readme.md) | [example code](p/insa/example.js) | [src](p/insa/index.js) [Nahverkehrsverbund Schleswig-Holstein (NAH.SH)](https://de.wikipedia.org/wiki/Nahverkehrsverbund_Schleswig-Holstein) | [`nahsh-hafas`](https://github.com/juliuste/nahsh-hafas) | [docs](p/nahsh/readme.md) | [example code](p/nahsh/example.js) | [src](p/nahsh/index.js) [Austin, Texas (CMTA/*CapMetro*)](https://en.wikipedia.org/wiki/Capital_Metropolitan_Transportation_Authority) | - | [docs](p/cmta/readme.md) | [example code](p/cmta/example.js) | [src](p/cmta/index.js) -[*S-Bahn* Munich](https://en.wikipedia.org/wiki/Munich_S-Bahn) | - | [docs](p/sbahn-munich/readme.md) | [example code](p/sbahn-munich/example.js) | [src](p/sbahn-munich/index.js) +[*S-Bahn München*](https://en.wikipedia.org/wiki/Munich_S-Bahn) | - | [docs](p/sbahn-muenchen/readme.md) | [example code](p/sbahn-muenchen/example.js) | [src](p/sbahn-muenchen/index.js) [![npm version](https://img.shields.io/npm/v/hafas-client.svg)](https://www.npmjs.com/package/hafas-client) [![build status](https://img.shields.io/travis/public-transport/hafas-client.svg?branch=master)](https://travis-ci.org/public-transport/hafas-client) diff --git a/test/index.js b/test/index.js index 4f434843..35b20492 100644 --- a/test/index.js +++ b/test/index.js @@ -7,5 +7,5 @@ require('./oebb') require('./insa') require('./nahsh') require('./cmta') -require('./sbahn-munich') +require('./sbahn-muenchen') require('./throttle') diff --git a/test/sbahn-munich.js b/test/sbahn-muenchen.js similarity index 100% rename from test/sbahn-munich.js rename to test/sbahn-muenchen.js