From 4fd022c500235c81008b00731f5c6c35e4d0052f Mon Sep 17 00:00:00 2001 From: Iulian Onofrei Date: Mon, 7 Nov 2016 22:00:58 +0200 Subject: [PATCH] Update README.md Improve features formatting --- README.md | 38 +++++++++++++------------------------- 1 file changed, 13 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 7d1bdca..4eda954 100644 --- a/README.md +++ b/README.md @@ -5,31 +5,19 @@ Welcome to Genome 3.0. This library seeks to satisfy the following goals: ->\- Data Type Agnostic - ->\- Failure Driven - ->\- Nested Mapping - ->\- Collection Mapping - ->\- Simple and Consistent - ->\- Two-Way Serialization - ->\- Transforms - ->\- Type Safety - ->\- Constants (`let`) - ->\- Full Linux Support - ->\- Struct Friendly - ->\- Inheritance Friendly - ->\- Core Data and Persistence Compatible +- [x] Data Type Agnostic +- [x] Failure Driven +- [x] Nested Mapping +- [x] Collection Mapping +- [x] Simple and Consistent +- [x] Two-Way Serialization +- [x] Transforms +- [x] Type Safety +- [x] Constants (`let`) +- [x] Full Linux Support +- [x] Struct Friendly +- [x] Inheritance Friendly +- [x] Core Data and Persistence Compatible ## Node