Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation inaccuracy #27

Closed
ondratra opened this issue Jun 19, 2019 · 1 comment
Closed

Documentation inaccuracy #27

ondratra opened this issue Jun 19, 2019 · 1 comment

Comments

@ondratra
Copy link

ondratra commented Jun 19, 2019

Hello,
there inaccuracy in Readme.md in NPM section. There is example of import

import 'solidity-bytes-utils/BytesLib.sol';

but in current version it should be

import 'solidity-bytes-utils/contracts/BytesLib.sol';
@GNSPS
Copy link
Owner

GNSPS commented Jun 26, 2019

Totally true! Thank you so much for noting this @ondratra! 😄 🙌

GNSPS added a commit that referenced this issue Jun 26, 2019
@GNSPS GNSPS closed this as completed Jun 26, 2019
GNSPS added a commit that referenced this issue Jun 26, 2019
* Implement toUintXX for 64, 96 and 128 bits (#25)

* include toUintXX for 64, 96 and 128 bits

* Update tests to follow same style as the others

* Fix README with correct example of import from NPM

* Update dependencies

* Bump version to 0.0.8

Fixes #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants