1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02:00

Update src/hooks/usePricing/README.md

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
Alex Coseru 2020-10-16 13:33:03 +03:00 committed by GitHub
parent d2e5a8114d
commit acf7b68560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Sell DT
```tsx
import React from 'react'
import { useOcean, usePostforSale } from '@oceanprotocol/react'
import { useOcean, usePricing } from '@oceanprotocol/react'
import { Metadata } from '@oceanprotocol/lib'
export default function MyComponent() {