We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bf457 commit 754d276Copy full SHA for 754d276
README.md
@@ -37,6 +37,13 @@ To create a loklak object you can assign the `Loklak()` object to a variable.
37
`variable = Loklak()`
38
39
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://`
47
48
### API Documentation
49
0 commit comments