From 917aff06a4f923c05763d6b6d6c573871aebd81f Mon Sep 17 00:00:00 2001 From: MiloTruck Date: Wed, 4 Sep 2024 06:49:26 +0800 Subject: [PATCH] Change ConstantSumPair description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231598f..0b8376c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ interfaces └─ IERC20 — "Interface of the ERC-20 standard" snippets -└─ ConstantSumPair — "A minimal x + y = k AMM" +└─ ConstantSumPair — "Minimal x + y = k AMM" tokens └─ ERC20 — "Minimal ERC20 implementation"