Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
Fixed headlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
czottmann committed Aug 24, 2010
1 parent 699eed0 commit 7bac222
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Rather simple jQuery'fication of
I didn't like having a global `base64` variable around, that's all.


### Usage
## Usage

* `$.base64.encode( "this is a test" )` returns `"dGhpcyBpcyBhIHRlc3Q="`
* `$.base64.decode( "dGhpcyBpcyBhIHRlc3Q=" )` returns `"this is a test"`


### Known issues
## Known issues

JSLint is complaining about the "unexpected use of '<<'/'|'". No idea, suggestions welcome.


### Author (dramatization)
## Author (dramatization)

Original code by [Nick Galbreath](http://stringencoders.googlecode.com/svn-history/r210/trunk/javascript/base64.js).
Port by [Carlo Zottmann](http://github.com/carlo).


### License
## License

MIT license, just like [the original](http://stringencoders.googlecode.com/svn-history/r210/trunk/javascript/base64.js).

0 comments on commit 7bac222

Please sign in to comment.