From d2284a22f9446f0b070a7d7b354c41050165cf69 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Tue, 14 Mar 2017 01:02:07 +0100 Subject: [PATCH] move comment below --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ca6bd49..e17221fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -TODO: update the example, update the code examples, setter relationships - [![Build Status](https://circleci.com/gh/izelnakri/paper_trail.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/izelnakri/paper_trail) [![Hex Version](http://img.shields.io/hexpm/v/paper_trail.svg?style=flat)](https://hex.pm/packages/paper_trail) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/paper_trail/PaperTrail.html) # How does it work? @@ -233,3 +231,5 @@ You might want to add some meta data that doesnt belong to ``setter_id``, ``set_ ## TODO ** remove wrong Elixir compiler errors ** explain the columns + +TODO: update the example, update the code examples, setter relationships