From a8e6139ded51b897f2ec9be5f9e7b934ffc85089 Mon Sep 17 00:00:00 2001 From: neoe Date: Thu, 29 Mar 2018 16:12:57 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a898372..db04547 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Files cause formatting error will be picked up automatically and save to .fmt-er I have tried several lua formatters online but no one work good, so I wrote this really works thing. # What should a formatter be? -* Formatted result should still can be compiled, and correct. -* A -format-> B -format(again)-> C, B should be same with C. -* Formatted result should be easy to be read and _beautiful_ . -* Don't use it on Python sources. +* Result should still compiles. +* `A` -format-> `B` -format(again)-> `C`, then `B` should be same with `C`. +* Result should be _beautiful_ to read.