From a22ebb978698570195b31867a5e636e6c188891f Mon Sep 17 00:00:00 2001 From: Nick Zhelezkov Date: Mon, 22 Jul 2024 15:13:43 +0300 Subject: [PATCH] test --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dab4f64..af5b5cd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ npm install @dialectlabs/blinks-native ## Usage - ```js import { multiply } from '@dialectlabs/blinks-native'; @@ -19,7 +18,6 @@ import { multiply } from '@dialectlabs/blinks-native'; const result = await multiply(3, 7); ``` - ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.