@durable-streams/client 0.1.1 → 0.1.3

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.
package/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @durable-streams/client
2
2
 
3
- TypeScript client for the Electric Durable Streams protocol.
3
+ TypeScript client for the Durable Streams protocol.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @durable-streams/client
9
+ ```
4
10
 
5
11
  ## Overview
6
12