Skip to content

Commit

Permalink
chore(connect): small readme change #611
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceJuliano committed Apr 17, 2024
1 parent 1b7a5cd commit 849289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ import { assign } from "@permaweb/aoconnect";
const processId = await assign({
process: 'process-id',
message: 'message-id',
exclude: ['Data', 'Owner', 'etc.'] // optional list of DataItem fields to exclude
exclude: ['Data', 'Tags', 'etc.'] // optional list of DataItem fields to exclude
});
```

Expand Down

0 comments on commit 849289e

Please sign in to comment.