braid-text 0.2.58 → 0.2.59

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -119,7 +119,7 @@ Here's a basic running example to start:
119
119
  </script>
120
120
  ```
121
121
 
122
- You should see something if you run this (though the server in this example will likely ignore your changes).
122
+ You should see some text in a box if you run this, and if you run it in another tab, you should be able to edit that text collaboratively.
123
123
 
124
124
  ### How It Works
125
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-text",
3
- "version": "0.2.58",
3
+ "version": "0.2.59",
4
4
  "description": "Library for collaborative text over http using braid.",
5
5
  "author": "Braid Working Group",
6
6
  "repository": "braid-org/braid-text",