diff --git a/README.md b/README.md index bb9b459..4da8a04 100644 --- a/README.md +++ b/README.md @@ -151,14 +151,14 @@ If available, the server will redirect you to the Linked Connections fragment th The server also publishes the stops and routes of every defined GTFS datasource: -```http +```text http://localhost:3000/companyX/stops http://localhost:3000/companyX/routes ``` A [DCAT](https://www.w3.org/TR/vocab-dcat-2/) catalog describing all datasets of a certain company can be obtained like this: -```http +```text http://localhost:3000/companyX/catalog ``` diff --git a/package.json b/package.json index 746cf3f..97e8946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linked-connections-server", - "version": "1.3.4", + "version": "1.3.5", "author": "Julian Rojas", "license": "MIT", "repository": { @@ -25,7 +25,7 @@ "express": "^4.17.1", "fast-csv": "^4.1.1", "gtfs2lc": "^2.2.0", - "gtfsrt2lc": "^2.1.3", + "gtfsrt2lc": "^2.1.4", "jsonld": "^8.1.1", "md5": "^2.2.1", "morgan": "^1.9.1",