Replace curly quotes with straight quotes

Change-Id: I24c3b0088623aace620a1e3b0e772ea2d37cbe71
This commit is contained in:
gaofei 2018-01-24 09:17:37 +08:00
parent f5524f1053
commit a171ffb9a6
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ Work Items
==========
1. Define Dragonflow programming model.
2. Add support for auto-generation of the OpenAPI spec from the model.
3. Add RESTful API (preferably auto-generated) from the models spec.
3. Add RESTful API (preferably auto-generated) from the model's spec.
4. Add Authorization service.
5. Add Python library (binding)
6. Add Command Line Tool (CLI) which interact with the API server.