diff options
Diffstat (limited to 'base64-api.html')
-rw-r--r-- | base64-api.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/base64-api.html b/base64-api.html index a5898613..6f1a25b9 100644 --- a/base64-api.html +++ b/base64-api.html @@ -70,12 +70,9 @@ namespace. - <span id="header-project">clojure-contrib</span> <span id="header-version">v1.2</span> (<span id="header-status">stable</span>) </h1> <span id="author-line">by <span id="author-name">Stuart Sierra</span><br /></span> -<br />Usage: -<pre> -(ns your-namespace - (:require <span id="long-name">clojure.contrib.base64</span>)) -</pre><pre> -</pre><h2>Overview</h2> +<br />Full namespace name: <span id="long-name">clojure.contrib.base64</span> +<p></p> +<h2>Overview</h2> <pre id="namespace-docstr">Base-64 encoding and (maybe later) decoding. This is mainly here as an example. It is much slower than the |