./lib/lux/README.md in lux-fw-0.5.36 vs ./lib/lux/README.md in lux-fw-0.5.37
- old
+ new
@@ -1,7 +1,7 @@
-# Page render flow
+## Page render flow
-## Example config ru
+### Example config.ru
```
$lux_start_time = Time.now
require './config/application'
Lux.serve self
```