summaryrefslogtreecommitdiff
path: root/wallet.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-16 18:21:41 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-07-16 18:21:41 +0200
commit96b2986eb4fe9e1953f9b419563d34eb799322bc (patch)
tree4595132fc5b37a69f9685b41eef489fd29a54b91 /wallet.rst
parent403e698f0fa71fed6be5687403153fd7334c0bb0 (diff)
downloaddocs-96b2986eb4fe9e1953f9b419563d34eb799322bc.tar.gz
docs-96b2986eb4fe9e1953f9b419563d34eb799322bc.tar.bz2
docs-96b2986eb4fe9e1953f9b419563d34eb799322bc.zip
minor fix
Diffstat (limited to 'wallet.rst')
-rw-r--r--wallet.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet.rst b/wallet.rst
index e9b8cee4..18a13353 100644
--- a/wallet.rst
+++ b/wallet.rst
@@ -139,10 +139,10 @@ In order to compile it, issue
.. sourcecode:: bash
- cd wallet/wallet_button/emscripten/lib_primitive
+ cd wallet/wallet_button/emscripten/lib_wrapper
./final-build.sh
-the build script will build and copy the generated JavaScript inside ``wallet/wallet_button/firefox_src/content/lib/``, so that
+the build script will build and copy the generated ``lib_wrapper.js`` inside ``wallet/wallet_button/firefox_src/content/lib/``, so that
the extension's code can properly import it.
Some simple tests written in `C` are placed into our wallte's source tree, so