From 4c4e5881e9993a8f2494bba7646c4afafd280495 Mon Sep 17 00:00:00 2001 From: Hiroshi Tashiro Date: Thu, 13 Jul 2023 13:03:05 -0700 Subject: [PATCH] Adding an explanation pointing to the separacte Fraction package in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86f69f1d..94683582 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ [![npm bundle size (scoped version)](https://img.shields.io/bundlephobia/minzip/@uniswap/sdk-core/latest.svg)](https://bundlephobia.com/result?p=@uniswap/sdk-core@latest) This code is shared across Uniswap TypeScript SDKs. + +A separate package [uniswap-sdk-fraction](https://github.com/hiroshitash/uniswap-sdk-fraction) is available if you only want to use `Fraction` class. \ No newline at end of file