We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2befb6e commit 4d2aac0Copy full SHA for 4d2aac0
1 file changed
README.md
@@ -15,7 +15,7 @@ result = jicson.fromText(icsText)
15
print(result)
16
17
#read from web
18
-result = jicson.fromFile(url, auth = base64_authtoken)
+result = jicson.fromWeb(url, auth = base64_authtoken)
19
20
21
```
0 commit comments