From a5e6dba955de15137e8477d4dbbaddb8cfa9e729 Mon Sep 17 00:00:00 2001 From: Sebastian Pape Date: Fri, 28 Oct 2022 18:29:47 +0200 Subject: [PATCH] add platform specific packaging to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 84cdc9d..833fd15 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,14 @@ This library supports the following blockchains: - [BNB Smart Chain](https://www.binance.org/smartChain) - [Polygon](https://polygon.technology) +## Platform specific packaging + +In case you want to use and package only specific platforms, use the platform-specific package: + +```javascript +import { getAssets } from '@depay/web3-assets' +``` + ## Functionalities ### getAssets