From eb98bb35cead956f0283046ef42ebd548b5fff72 Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Fri, 19 Apr 2024 12:56:18 +0200 Subject: [PATCH] [docs] Fix wrong header hash in the README.md (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66147611..e159820c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time. - [Getting started](#getting-started) - - [Why this project exists?](#why-choose-pigment-css) + - [Why this project exists?](#why-choose-pigmentcss) - [Start with Next.js](#start-with-nextjs) - [Start with Vite](#start-with-vite) - [Basic usage](#basic-usage)