Fix README.md Installation steps
Closed this issue · 5 comments
Hi, please, can you update README.md with your real steps for install package and if you add some improvements to library?
Hey @segux,
Thanks for the heads up. I've fixed up the install instructions, whoops!
The readme should already be up to date, but if you notice anything missing, please let me know!
@GusGold Thanks, i have one more thing to say. Im using this library into an angular app, important to import the browser .min.js if you want to compile fine the project without required modules like stream
.
import walletAddressValidatorMinJs from '@swyftx/api-crypto-address-validator/dist/wallet-address-validator.min.js';
Sorry, not 100% understanding you, but are you wanting the above also included in the readme?
Could be useful for users. And i had some problems with package for that.
All projects that use webpack or similar, can be fine to notify it.
No worries, I've added that in too