Skip to content

Commit ad09b72

Browse files
committed
update README.md
1 parent 683a3a2 commit ad09b72

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2020
Then 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

3434
Then 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
4444
from __future__ import print_function
4545
import time
46-
import asposeDiagramcloud
47-
from asposeDiagramcloud.rest import ApiException
46+
import asposediagramcloud
47+
from asposediagramcloud.rest import ApiException
4848
from pprint import pprint
4949
# create an instance of the API class
50-
api_instance = asposeDiagramcloud.DiagramFileApi()
50+
api_instance = asposediagramcloud.DiagramFileApi()
5151
name = 'name_example' # str | The document name.
5252
format = 'format_example' # str | The exported file format. (optional)
5353
folder = 'folder_example' # str | The document folder. (optional)

0 commit comments

Comments
 (0)