Skip to content

Commit e7cc855

Browse files
Update README.md
fix bundler gateway
1 parent 0db4a4e commit e7cc855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ bundle, err := utils.NewBundle(items...)
320320
```
321321

322322
#### Send Item to Bundler
323-
It is not necessary, The purpose is to create an index for the Bundler gateway
323+
Bundler network provides guaranteed data seeding and instant data accessibility
324324
```go
325325
resp, err := w.Client.BatchSendItemToBundler(items)
326326
```
@@ -341,4 +341,4 @@ for _, item := range bundle.Items {
341341
assert.NoError(t, err)
342342
}
343343
```
344-
---
344+
---

0 commit comments

Comments
 (0)