braid-blob 0.0.57 → 0.0.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ curl -X PUT -H "Content-Type: image/png" -T blob.png http://localhost:8888/blob.
26
26
 
27
27
  Then view it at http://localhost:8888/blob.png
28
28
 
29
- ### Demo
29
+ ### Browser Client Demo
30
30
 
31
31
  Clone the repo and run the demo server:
32
32
 
@@ -37,7 +37,7 @@ npm install
37
37
  node server-demo.js
38
38
  ```
39
39
 
40
- Then open http://localhost:8888 in your browser. You can drag and drop images to upload them, and open multiple browser windows to see real-time sync in action.
40
+ Then open http://localhost:8888 in your browser to see the browser client demo. You can drag and drop images to upload them, and open multiple browser windows to see real-time sync in action.
41
41
 
42
42
  <video src="https://github.com/user-attachments/assets/0418a03f-31f5-4fc4-9ad4-e49fab6394c9" controls width="600"></video>
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-blob",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "Library for collaborative blobs over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braid-blob",