README.md in fonte-0.1.0 vs README.md in fonte-0.2.0

- old
+ new

@@ -32,9 +32,9 @@ log.command.password.value # => "super secret" log.date_time.day # => 26 ``` ## Games it supports -In the current version it can parse all TF2, CSS and DOD files. Left4Dead is not supported yet due LOTS of "custom" events. +In the current version it can parse all TF2, L4D, CSS and DOD files. ## Disclaimer -This is a very early approach and can be a considered a proof of concept. Lots of things should (and will) be changed. For instance, I am not quite happy with the forced _".value"_ API, but for now, it was the easiest way to implement. Also, it doesn't support real games log yet, so, there should be a way to easily "plug" specific game "log commands". +This is a very early approach and can be a considered a proof of concept. Lots of things should (and will) be changed. For instance, I am not quite happy with the forced _".value"_ API, but for now, it was the easiest way to implement.