We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0919d commit 27b4962Copy full SHA for 27b4962
README.md
@@ -72,7 +72,7 @@ es := r.EventStore("orders")
72
// Create the store by providing a stream config. By default, the bound
73
// subject will be "orders.>". This operation is idempotent, so it can be
74
// safely during application startup time.
75
-err := Create(&nats.StreamConfig{
+err := es.Create(&nats.StreamConfig{
76
Replicas: 3,
77
})
78
```
0 commit comments