Skip to content

Commit 70b9db3

Browse files
Merge pull request #10 from kostas-baltsoft/patch-1
Content updates
2 parents 93db177 + af04dd3 commit 70b9db3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Convert your files with our online file conversion API
77

8-
The ConvertAPI helps converting various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files. And many others files manipulations. In just few minutes you can integrate it into your application and use it easily.
8+
ConvertAPI helps to convert various file formats. Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. Merge, Encrypt, Split, Repair and Decrypt PDF files and many other manipulations. You can integrate it into your application in just a few minutes and use it easily.
99

1010
## Installation
1111

@@ -35,7 +35,7 @@ convertapi.api_secret = 'your-api-secret'
3535

3636
#### Proxy configuration
3737

38-
If you need to use proxy, you specify it using `HTTPS_PROXY` environment variable when running your script.
38+
If you need to use a proxy, you can specify it using `HTTPS_PROXY` environment variable when running your script.
3939

4040
Example:
4141

@@ -45,7 +45,7 @@ CONVERT_API_SECRET=secret HTTPS_PROXY=https://user:pass@127.0.0.1:9000/ python c
4545

4646
### File conversion
4747

48-
Example to convert file to PDF. All supported formats and options can be found
48+
Convert a file to PDF example. All supported file formats and options can be found
4949
[here](https://www.convertapi.com).
5050

5151
```python
@@ -83,7 +83,7 @@ result = convertapi.convert(
8383

8484
#### Additional conversion parameters
8585

86-
ConvertAPI accepts extra conversion parameters depending on converted formats. All conversion
86+
ConvertAPI accepts additional conversion parameters depending on selected formats. All conversion
8787
parameters and explanations can be found [here](https://www.convertapi.com).
8888

8989
```python
@@ -99,7 +99,7 @@ result = convertapi.convert(
9999

100100
### User information
101101

102-
You can always check remaining seconds amount by fetching [user information](https://www.convertapi.com/doc/user).
102+
You can always check your remaining seconds amount programatically by fetching [user information](https://www.convertapi.com/doc/user).
103103

104104
```python
105105
user_info = convertapi.user()
@@ -109,7 +109,7 @@ print(user_info['SecondsLeft'])
109109

110110
### More examples
111111

112-
You can find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-python/tree/master/examples) folder.
112+
Find more advanced examples in the [/examples](https://github.com/ConvertAPI/convertapi-python/tree/master/examples) folder.
113113

114114
## Development
115115

0 commit comments

Comments
 (0)