Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed May 1, 2018
1 parent 0ad6fb5 commit a31f946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ permission_level.toObject()
# References

- Built-in Types: [types.js](./src/types.js)
- EOS Definitions: [generated.json](https://github.com/EOSIO/eosjs-json/blob/master/schema/generated.json)
- EOS Definitions: [schema](https://github.com/EOSIO/eosjs-json/blob/master/schema)

# Environment

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -20,7 +20,7 @@ const {create} = Fcbuffer
*/

/**
@arg {object} definitions - examples https://github.com/EOSIO/eosjs-json/blob/master/schema/generated.json
@arg {object} definitions - examples https://github.com/EOSIO/eosjs-json/blob/master/schema
@arg {SerializerConfig} config
@return {CreateStruct}
*/
Expand Down

0 comments on commit a31f946

Please sign in to comment.