commit e82f9c4c430f94b0b6b1ff9f47120594689576ba
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2015-08-14T10:17:44Z |
| subject | Update README.md |
commit e82f9c4c430f94b0b6b1ff9f47120594689576ba
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2015-08-14T10:17:44Z
Update README.md
---
botanjs/src/README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/botanjs/src/README.md b/botanjs/src/README.md
index a6ed715..4a823fa 100644
--- a/botanjs/src/README.md
+++ b/botanjs/src/README.md
@@ -1,9 +1,10 @@
Goals:
- 1. Scalable
- 2. Compressable ( Closure compiler with ADVANCED option )
- 3. Readable
- 4. Only use 1 var in global scope, I.E. window.BotanJS
- 5. Package like
+
+- Scalable
+- Compressable ( Closure compiler with ADVANCED option )
+- Readable
+- Only use 1 var in global scope, I.E. window.BotanJS
+- Python-like
Predefined programming rules:
```