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.