Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 29, 2024
1 parent 9296e2b commit 2a37d8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
# See: https://github.com/actions/checkout/blob/main/README.md#push-a-commit-using-the-built-in-token
git config user.name github-actions
git config user.email [email protected]
git commit -am "Re-generated docs."
git commit -am "Re-generated docs." --allow-empty
git push
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MultiversX SDK for JavaScript and TypeScript (written in TypeScript).
## Documentation

- [Cookbook](https://docs.multiversx.com/sdk-and-tools/sdk-js/sdk-js-cookbook/)
- [Auto-generated API documentation](https://multiversx.github.io/mx-sdk-js-core/)

## Distribution

Expand Down
2 changes: 1 addition & 1 deletion src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const createTransactionHasher = require("blake2b");
const TRANSACTION_HASH_LENGTH = 32;

/**
* An abstraction for creating, signing and broadcasting transactions.
* An abstraction for creating and signing transactions.
*/
export class Transaction {
/**
Expand Down

0 comments on commit 2a37d8d

Please sign in to comment.