From 379799dbf1088c8b22bebbfd4279bfeecec5c906 Mon Sep 17 00:00:00 2001 From: Daniel Gretzke Date: Fri, 24 May 2024 18:32:55 +0200 Subject: [PATCH] Adjust Readme to reflect workflow changes (#703) * adjust Readme to reflect workflow changes * fix indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f60939444..69e50cd7c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Uniswap v4 Core [![Lint](https://github.com/Uniswap/v4-core/actions/workflows/lint.yml/badge.svg)](https://github.com/Uniswap/v4-core/actions/workflows/lint.yml) -[![Tests](https://github.com/Uniswap/v4-core/actions/workflows/tests.yml/badge.svg)](https://github.com/Uniswap/v4-core/actions/workflows/tests.yml) +[![Tests](https://github.com/Uniswap/v4-core/actions/workflows/tests-merge.yml/badge.svg)](https://github.com/Uniswap/v4-core/actions/workflows/tests-merge.yml) Uniswap v4 is a new automated market maker protocol that provides extensible and customizable pools. `v4-core` hosts the core pool logic for creating pools and executing pool actions like swapping and providing liquidity.