From 8679445fbc9ab57af9de4f0bff720fbee80ab2fb Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 6 Jul 2016 16:23:01 -0700 Subject: [PATCH] update readmes --- lib/Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Readme.md b/lib/Readme.md index f75fa3aee..dc92ff393 100644 --- a/lib/Readme.md +++ b/lib/Readme.md @@ -1,10 +1,10 @@ -This directory contains the core logic of Slate. It's separated into a series of directories, each with their own explanitory Readme: +This directory contains the core logic of Slate. It's separated further into a series of directories: - [**Components**](./components) — containing the React components Slate renders. -- [**Models**](./models) — containing the models that store Slate's data. +- [**Models**](./models) — containing the models that define Slate's internal data structure. - [**Plugins**](./plugins) — containing the plugins that ship with Slate by default. - [**Serializers**](./serializers) — containing the serializers that ship with Slate by default. -- [**Utils**](./utils) — containing a few convenience utility modules. +- [**Utils**](./utils) — containing a few private convenience modules. -Feel free to poke around each of them for more information! +Feel free to poke around in each of them to learn more!