Fix the tree structure in README.md

This commit is contained in:
SanMuHe
2017-11-05 12:03:34 -08:00
parent 4dff7bf5c4
commit 776300fa90
+3 -5
View File
@@ -18,20 +18,18 @@
├── docker ├── docker
│   ├── Dockerfile │   ├── Dockerfile
│   └── README.md │   └── README.md
├── server ├── flask_templates
│   ├── index.html │   ├── index.html
│   └── upload.html │   └── upload.html
├── tmp_data
├── wechat ├── wechat
│   ├── __init__.py │   ├── __init__.py
│   ├── utils.py │   ├── utils.py
│   ├── wechat.py
│   ├── wechat_apis.py │   ├── wechat_apis.py
│   └── wechat_js_backup │   └── wechat.py
│   └── index_40649b7.js
├── weixin_bot.py ├── weixin_bot.py
└── wx_handler └── wx_handler
├── __init__.py ├── __init__.py
├── bot.py ├── bot.py
├── sendgrid_mail.py
└── wechat_msg_processor.py └── wechat_msg_processor.py
``` ```