Commit fdbe4e1d3979dfccd3a4755699e295b9c8fa7854
1 parent
28baed33
Exists in
master
update readme
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
README.md
@@ -11,6 +11,11 @@ or using bundler: | @@ -11,6 +11,11 @@ or using bundler: | ||
11 | gem 'we_whisper' | 11 | gem 'we_whisper' |
12 | ``` | 12 | ``` |
13 | 13 | ||
14 | +#### Create whisper | ||
15 | + | ||
16 | +```Ruby | ||
17 | +whisper = WeWhisper::Whisper.new appid, token, encoding_aes_key | ||
18 | +``` | ||
14 | 19 | ||
15 | #### Decrypt message | 20 | #### Decrypt message |
16 | 21 |