Skip to content

Commit

Permalink
📝 Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
byjpr committed Jul 20, 2021
1 parent 8f006ae commit 1a9efa2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[![Hero block](https://raw.githubusercontent.com/byjord/Assets/master/MapRewire.png)](https://github.com/byjord/MapRewire)
# MapRewire

[![Elixir CI](https://github.com/byjpr/MapRewire/actions/workflows/elixir.yml/badge.svg)](https://github.com/byjpr/MapRewire/actions/workflows/elixir.yml)


[![Travis Build Status](https://img.shields.io/travis/byjord/MapRewire.svg?style=flat-square)](https://travis-ci.org/byjord/MapRewire)
[![Coverage Status](https://img.shields.io/coveralls/github/byjord/MapRewire.svg?style=flat-square)](https://coveralls.io/github/byjord/MapRewire)
[![Libraries.io for releases](https://img.shields.io/librariesio/release/hex/map_rewire.svg?style=flat-square)](https://libraries.io/hex/map_rewire)

Bulk rekey your maps. Simple shit bud. (☞゚ ヮ ゚)☞
Bulk rekey your maps. Simple bud. (☞゚ ヮ ゚)☞

* [Why did I do this?](#why-did-i-do-this)
* [TL;DR; Syntax](#tldr-syntax)
Expand All @@ -26,9 +24,9 @@ Bulk rekey your maps. Simple shit bud. (☞゚ ヮ ゚)☞
+ [Dynamic example with a list transformation](#dynamic-example-with-a-list-transformation)
- [Running as part of a module](#running-as-part-of-a-module)

### Why did I do this?
### Why?

Simply because I am _super lazy_, and writing out functions to take maps and convert them to different keys was boring (and irritating) the shit out of me.
Simply because I am _super lazy_, and writing out functions to take maps and convert them to different keys was boring (and irritating) me.

Stop writing `defp from_x_to_y(data), do: %{ "another_id" => data["id"], "name" => data["title"] }`.

Expand Down

0 comments on commit 1a9efa2

Please sign in to comment.