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
│   ├── Dockerfile
│   └── README.md
├── server
├── flask_templates
│   ├── index.html
│   └── upload.html
├── tmp_data
├── wechat
│   ├── __init__.py
│   ├── utils.py
│   ├── wechat.py
│   ├── wechat_apis.py
│   └── wechat_js_backup
│   └── index_40649b7.js
│   └── wechat.py
├── weixin_bot.py
└── wx_handler
├── __init__.py
├── bot.py
├── sendgrid_mail.py
└── wechat_msg_processor.py
```