Skip to content

Commit 6b3df29

Browse files
author
deiu
committed
Updated README after rename
1 parent 15bc538 commit 6b3df29

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Options:
4747
-sM, --suffix-meta Suffix for metadata files (default: '.meta')
4848
--no-error-pages Disable custom error pages (use Node.js default pages instead)
4949
--error-pages Folder from which to look for custom error pages files (files must be named <error-code>.html -- eg. 500.html)
50-
--default-app URI to use as a default app for resources (default: https://linkeddata.github.io/warp/#/list/)
50+
--file-browser URI to use as a default app for resources (default: https://linkeddata.github.io/warp/#/list/)
51+
--data-browser Enable viewing RDF resources using a default data browser application (e.g. mashlib)
5152
```
5253

5354
### Running the server
@@ -145,7 +146,7 @@ If you started your `ldnode` server locally on port 8443 as in the example
145146
above, you would then be able to visit `https://localhost:8443` in the browser
146147
(ignoring the Untrusted Connection browser warnings as usual), where your
147148
`ldnode` server would redirect you to the default viewer app (see the
148-
`--default-app` server config parameter), which is usually the
149+
`--file-browser` server config parameter), which is usually the
149150
[github.io/warp](https://linkeddata.github.io/warp/#/list/) file browser.
150151

151152
Accessing most Solid apps (such as Warp) will prompt you to select your browser

0 commit comments

Comments
 (0)