GITLAB
kubaninc
/ we_whisper
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fdbe4e1d3979dfccd3a4755699e295b9c8fa7854
Authored by
Qi He
2016-03-31 14:07:27 -0700
1 parent
28baed33
Exists in
master
update readme
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
README.md
Side-by-side Diff
Inline Diff
README.md
Wrap text
Diff comments
View file @
fdbe4e1
...
...
@@ -11,6 +11,11 @@ or using bundler:
11
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
20
#### Decrypt message
16
21
...
...