From e9c1bcff254c22a2a37dd40a0190f3ed2a0a8e1c Mon Sep 17 00:00:00 2001 From: Linus Oleander Date: Sat, 11 Dec 2021 23:32:46 +0100 Subject: [PATCH] fix broken readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d8bff68..d513650d7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `Re:map`; an expressive and feature-rich data transformation mapper for Ruby 3. It gives the developer the expressive power of JSONPath, without the hassle of using strings. Its compiler is written on top of an immutable, primitive data structure utilizing ruby's refinements & pattern matching capabilities – making it blazingly fast -- [Re:map ![remap](https://github.com/oleander/remap/actions/workflows/main.yml) [![Gem](https://img.shields.io/gem/v/remap)](https://rubygems.org/gems/remap) [![Maintainability](https://api.codeclimate.com/v1/badges/0c09721ad5a3b646a6d3/maintainability)](https://codeclimate.com/github/oleander/remap/maintainability)](#remap---) +- Overview - [Quick start](#quick-start) - [Installation](#installation) - [Introduction](#introduction)