diff --git a/examples/javascript/README.md b/examples/javascript/README.md index 0158d4a0..3fe56bcb 100644 --- a/examples/javascript/README.md +++ b/examples/javascript/README.md @@ -2,9 +2,11 @@ ## Prerequisites -- Set up Sui and Walrus as described +- Set up Sui and Walrus as described in the + [documentation](https://mystenlabs.github.io/walrus-docs/usage/setup.html). +- Run the client in [daemon mode](https://mystenlabs.github.io/walrus-docs/usage/web-api.html). ## Index of examples - `blob_upload_download_webapi.html` shows how to store a blob using javascript and to embed the - blob accessible from the Walrus cache in an HTML document. + blob accessible from a Walrus aggregator in an HTML document. diff --git a/examples/javascript/blob_upload_download_webapi.html b/examples/javascript/blob_upload_download_webapi.html index 9ab2a36c..5eda5ca9 100644 --- a/examples/javascript/blob_upload_download_webapi.html +++ b/examples/javascript/blob_upload_download_webapi.html @@ -17,7 +17,6 @@