Skip to content

Commit c8e936c

Browse files
committed
Fix path in README
1 parent 73c3d5e commit c8e936c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A function can be `ignore`, in this case it is simply ignored, for example if yo
9696
Then you can call for a file:
9797

9898
```elisp
99-
(impostman-parse-file "~/path/to/collection.json" my-impostman-walkman-alist)
99+
(impostman-parse-file "/path/to/collection.json" my-impostman-walkman-alist)
100100
```
101101

102102
And for a string:

0 commit comments

Comments
 (0)