From e05222696c0fb30bb2d0f30104bf93bf8f94e143 Mon Sep 17 00:00:00 2001 From: Larry Ullman Date: Mon, 18 Aug 2014 15:57:38 -0400 Subject: [PATCH] Minor punctuation fixes --- docs/guide/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index 39d79e599c..b69888044d 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -74,10 +74,10 @@ Key Concepts Working with Databases ---------------------- -* [Data Access Objects](db-dao.md) - Connecting to a database, basic queries, transactions and schema manipulation -* [Query Builder](db-query-builder.md) - Querying the database using a simple abstraction layer -* [Active Record](db-active-record.md) - The active record ORM, retrieving and manipulating records and defining relations -* [Migrations](db-migrations.md) - Version control your databases in a team development environment +* [Data Access Objects](db-dao.md): Connecting to a database, basic queries, transactions, and schema manipulation +* [Query Builder](db-query-builder.md): Querying the database using a simple abstraction layer +* [Active Record](db-active-record.md): The Active Record ORM, retrieving and manipulating records, and defining relations +* [Migrations](db-migrations.md): Apply version control to your databases in a team development environment * **TBD** [Sphinx](db-sphinx.md) * **TBD** [Redis](db-redis.md) * **TBD** [MongoDB](db-mongodb.md)