Commit 62b44c2c302714162693f5f363b84c37c6218c4a

Authored by Matti Virkkunen
1 parent b03bee08

Renamed line-main to line_main

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