Skip to content

Commit

Permalink
README file text corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutvoda committed Aug 10, 2011
1 parent 25567de commit f3db68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Android/Hmac/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# HMAC plugin for Android/Phonegap #
Ionut Voda <[email protected]>

## About ##
## About ##

The current plugin will help you produce UTF-8 compatible HMAC hashes(http://en.wikipedia.org/wiki/HMAC). It currently supports 2 hasher functions: sha1 which produces a HMAC-SHA1 hash and md5 which generates a HMAC-MD5.

## Installing the plugin ##

There are no special steps to follow when installing the plugin beside the official recommendation http://wiki.phonegap.com/w/page/43708611/How%20to%20Install%20a%20PhoneGap%20Plugin%20for%20Android

## Using the plugin ##
## Using the plugin ##

<pre>
// to generate a HMAC-SHA1 hash
Expand Down

0 comments on commit f3db68c

Please sign in to comment.