docs: correction du formatage dans USAGE.md - Suppression des espaces en fin de ligne dans les exemples JavaScript
This commit is contained in:
parent
01c85b360d
commit
241888b668
@ -77,13 +77,13 @@ let success = lock_freezed_utxos(&wallet, &utxos);
|
||||
<head>
|
||||
<script type="module">
|
||||
import init, { generate_sp_wallet } from './pkg/sdk_client.js';
|
||||
|
||||
|
||||
async function main() {
|
||||
await init();
|
||||
const wallet = generate_sp_wallet();
|
||||
console.log('Wallet généré:', wallet);
|
||||
}
|
||||
|
||||
|
||||
main();
|
||||
</script>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user