Skip to content

Commit bcb51de

Browse files
authored
Update README.md
1 parent 3e5faf1 commit bcb51de

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
@@ -6,10 +6,10 @@ Thanks to Social WiFi for their incredible RouterOS-api
66
pyros-api is a simple python api for [MikroTik](https://mikrotik.com/) RouterOS extended from [RouterOS-api](https://github.com/socialwifi/RouterOS-api).
77

88
### Why Another API?
9-
Well, I find the routeros-api by socialwifi (no offense. their api is great) is complicated unless you are well familiar with routerOS.\
9+
Well, I find the routeros-api by socialwifi (no offense, their api is great!) is complicated unless you are well familiar with routerOS.\
1010
Though I was somewhat familiar with routerOS I still needed to often search on google and play with winbox/cli to do a simple stuff. \
11-
And the most embarrassing part is I forget what I did to achieve something let's say a day ago If I deleted or needed to implement the the same logic with a bit of twist.\
12-
That's where this api comes in. There's not many functions are simplified but I will be working on this and will update with more simplified api. Any contribution is also welcome.
11+
And the most embarrassing part is I used to often forget what I did to achieve something let's say a day ago If I deleted or needed to implement the same logic with a bit of twist.\
12+
That's where this api comes in. There's not many functions are simplified so far but I will be working on this and will update with more simplified api. Any contribution is welcome.
1313

1414

1515
## Usage
@@ -150,23 +150,23 @@ connection.disconnect()
150150

151151
## socialWifi's routerOS-api API's
152152

153-
Everything from the routerOS-api by socialWifi is also available.
153+
Everything from the routerOS-api by socialWifi is also available by invoking the given function.
154154
```
155155
api = connection.ros_api_raw()
156156
```
157-
Now can access all the functions from the routerOS-api by socialWifi.
157+
Now we can access all the functions from the routerOS-api by socialWifi.
158158
#### Example
159159
```
160160
api = connection.ros_api_raw()
161161
list_ppp = api.get_resource('/ppp/secret')
162162
print(list_ppp.get()) # prints all ppp secrets
163163
```
164-
To learn more about [RouterOS-api by Social WiFi] please visit their [repository].
164+
To learn more about how to access API's from [RouterOS-api] by Social WiFi please visit their [repository].
165165

166166
Any contribution is welcome! Thanks.
167167

168168

169169

170170

171-
[RouterOS-api by Social WiFi]: <https://github.com/socialwifi/RouterOS-api>
171+
[RouterOS-api]: <https://github.com/socialwifi/RouterOS-api>
172172
[repository]: <https://github.com/socialwifi/RouterOS-api>

0 commit comments

Comments
 (0)