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 107aacf commit 908b528Copy full SHA for 908b528
docs-sphinx/reference/chain-sdk/javascript/js-sdk.rst
@@ -30,7 +30,7 @@ After that you need to create a aelf instance and set a provider.
30
31
.. code:: javascript
32
33
- // in brower use: <script src="https://unpkg.com/aelf-sdk@lastest/dist/aelf.umd.js"></script>
+ // in brower use: <script src="https://unpkg.com/aelf-sdk@latest/dist/aelf.umd.js"></script>
34
// in node.js use: const AElf = require('aelf-sdk');
35
const aelf = new AElf(new AElf.providers.HttpProvider('http://127.0.0.1:8000'));
36
0 commit comments