@@ -13,13 +13,13 @@ Python 2.7 and 3.5
1313### pip install
1414
1515``` sh
16- pip install asposeDiagramcloud
16+ pip install asposediagramcloud
1717```
18- (you may need to run ` pip ` with root permission: ` sudo pip install asposeDiagramcloud ` )
18+ (you may need to run ` pip ` with root permission: ` sudo pip install asposediagramcloud ` )
1919
2020Then import the package:
2121``` python
22- import asposeDiagramcloud
22+ import asposediagramcloud
2323```
2424
2525### Setuptools
@@ -33,7 +33,7 @@ python setup.py install --user
3333
3434Then import the package:
3535``` python
36- import asposeDiagramcloud
36+ import asposediagramcloud
3737```
3838
3939## Getting Started
@@ -43,11 +43,11 @@ Please follow the [installation procedure](#installation--usage) and then run th
4343``` python
4444from __future__ import print_function
4545import time
46- import asposeDiagramcloud
47- from asposeDiagramcloud .rest import ApiException
46+ import asposediagramcloud
47+ from asposediagramcloud .rest import ApiException
4848from pprint import pprint
4949# create an instance of the API class
50- api_instance = asposeDiagramcloud .DiagramFileApi()
50+ api_instance = asposediagramcloud .DiagramFileApi()
5151name = ' name_example' # str | The document name.
5252format = ' format_example' # str | The exported file format. (optional)
5353folder = ' folder_example' # str | The document folder. (optional)
0 commit comments