Skip to content

Commit 754d276

Browse files
committed
Updated documentation for README with new updates
1 parent e6bf457 commit 754d276

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ To create a loklak object you can assign the `Loklak()` object to a variable.
3737
`variable = Loklak()`
3838

3939
eg. `l = Loklak()`
40+
This creates an objects whose backend loklak server is `http://loklak.org/`
41+
42+
If you want to set this API to use your own server, you can now define it by doing
43+
`l = Loklak('http://192.168.192.5:9000/')` for example or pass a URL to it as
44+
`l = Loklak('http://loklak-super-cluster.mybluemix.net/')
45+
46+
Note the trailing `/` is important and so is `http://`
4047

4148
### API Documentation
4249

0 commit comments

Comments
 (0)