From 529aabe2d70b21830ea47f5ab41dda5a249f34d1 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 26 May 2022 06:56:24 +0200 Subject: [PATCH] feat: adjust README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ccdabd..ef8988d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Compile *.proto file to JavaScript module 1. [GTFS Realtime](#gtfs-realtime) # General -This repository provides three folders for each compilation +This repository provides three folders for each compilation. 1. ```doc```: Documentation 2. ```proto```: Source file 3. ```js```: Result file @@ -18,9 +18,9 @@ and installed in a global fashion like this. $ npm install -g pbf ``` -A compilation is done by calling the following instructions. +A compilation is done by calling the following instruction. ``` pbf ./proto/ > ./js/ ``` -# [GTFS Realtime](./doc/gtfs-rt) +# [GTFS Realtime](./doc/gtfs-rt.md)