Commit 62b44c2c302714162693f5f363b84c37c6218c4a
1 parent
b03bee08
Renamed line-main to line_main
Showing
2 changed files
with
1 additions
and
1 deletions
README.md
... | ... | @@ -13,7 +13,7 @@ Files |
13 | 13 | * **line-protocol.md:** Explanation of the wire protocol, the usage of the different functions and |
14 | 14 | other implementation details. |
15 | 15 | * **line.thrift:** An Apache Thrift interface file produced by analyzing official LINE software. |
16 | -* **line-main.thrift:** A filtered version of line.thrift with only the core services required for | |
16 | +* **line_main.thrift:** A filtered version of line.thrift with only the core services required for | |
17 | 17 | an instant messenger and some identifiers renamed for better compatibility with some programming |
18 | 18 | languages. |
19 | 19 | ... | ... |
line-main.thrift renamed to line_main.thrift