From 77e4ba95cabbf1aebd01615ca07e191a9821266c Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Thu, 30 Jul 2015 17:03:39 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d0916900a..f277db16d0 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Noms is a content-addressable, immutable, peer-to-peer datastore for structured data. -In other words, *noms is git for structured data*. +In other words, *noms is git for data*. This repository will contain the reference implementation of the noms protocol, and will eventually be open sourced. This includes: -* Go wrappers for all the core Nom types +* Go wrappers for all the core noms types * Support for generating Go types from Nom schema definitions * Chunking and dechunking * Serialization and deserialization