taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 96b2986eb4fe9e1953f9b419563d34eb799322bc
parent 403e698f0fa71fed6be5687403153fd7334c0bb0
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 16 Jul 2015 18:21:41 +0200

minor fix

Diffstat:
Mwallet.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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