diff --git a/README.md b/README.md
index 694e172e..14a554c7 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,8 @@ Tencent QQ group: 309957875
2015-01-27
Support floating point LUA.
Use macro LUA_NUMBER_INTEGRAL in user_config.h control this feature.
+LUA_NUMBER_INTEGRAL to disable floating point support,
+// LUA_NUMBER_INTEGRAL to enable floating point support.
build pre_build bin.
2015-01-26
@@ -121,6 +123,8 @@ pre_build/latest/nodemcu_512k_latest.bin is removed. use pre_build/latest/nodemc
#define LUA_USE_MODULES_OW
#define LUA_USE_MODULES_BIT
#endif /* LUA_USE_MODULES */
+...
+// LUA_NUMBER_INTEGRAL
```
#Flash the firmware