Skip to content

Commit 317647d

Browse files
author
Hugo Rodrigues
committed
Update docs
1 parent 4af49b2 commit 317647d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# HackHands Frame (beta)
22
Easy way to inject and use the HackHands API
33

4+
45
## API
56
#### hhFrame( targetID, options )
67
Initializes a new iframe inside targetID element and returns an instance of hhConnect so you can communicate with the HackHands API.
@@ -17,6 +18,7 @@ HH.on('state.ready', function(){
1718
})
1819
```
1920

21+
2022
## License
2123

2224
(The MIT License)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.1",
44
"description": "",
55
"main": "hhFrame.js",
6-
"author": "",
6+
"author": "HackHands Dev Team",
77
"license": "MIT",
88
"dependencies": {
99
"hhconnect": "^2.0.1"

0 commit comments

Comments
 (0)