p/sbahn-munich -> p/sbahn-muenchen

This commit is contained in:
Jannis R 2018-09-18 19:56:03 +02:00
parent 4b07142d49
commit 3e3bf1e2bc
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
7 changed files with 4 additions and 4 deletions

View file

@ -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')
```

View file

@ -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)

View file

@ -7,5 +7,5 @@ require('./oebb')
require('./insa')
require('./nahsh')
require('./cmta')
require('./sbahn-munich')
require('./sbahn-muenchen')
require('./throttle')