Skip to content

Commit 5e54d74

Browse files
committed
minor fixes
1 parent 8af5636 commit 5e54d74

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
Simple wrapper for GTFS-Realtime in PHP based on Google's [Protocol Buffers](https://github.com/protocolbuffers/protobuf-php).
44

5-
## Usage
6-
The library is kept simple to use for creating and parsing GTFS-Realtime feeds in PHP applications. See
7-
the simple examples for [creating](/examples/create_message.php) and [parsing](/examples/parse_message.php) a feed message.
8-
95
### Composer Installation
106
In your application project root run
117
```
@@ -27,4 +23,4 @@ that all these classes can be found by your autoloader.
2723
## License
2824
The library package is licensed under "The Unlicense" - For the simple reason that there's
2925
nothing in this code at all, which you could not create for yourself using Google's protoc-Compiler
30-
and the corresponding definition file for GTFS-Realtime.
26+
and the corresponding definition file for GTFS-Realtime.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"autoload": {
1717
"psr-4": {
18-
"Google\\Transit\\Realtime\\": "src/Google/Transit/Realtime",
18+
"Transit_realtime\\": "src/Transit_realtime",
1919
"GPBMetadata\\Src\\": "src/GPBMetadata"
2020
}
2121
}

0 commit comments

Comments
 (0)