From f643d3651e011ce1c838484a38462d070921c348 Mon Sep 17 00:00:00 2001 From: Becca Date: Wed, 24 Oct 2018 11:38:11 -0400 Subject: [PATCH] Update README.md Just a suggestion! Happy coding! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a557d0..df0331a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It's not quite ready yet, but here's a screenshot of the current state of play: ## Data Model -Mediacat is built around around two major models, Images and Crops. An Image represents an original uploaded file, along with some metadata, and a Crop represents a rectangular subsection of a specific image. Crops are also constrained to being one of a number of developer-defined ratios. +Mediacat is built around around two major models, Images and Crops. An Image represents an original uploaded file, along with some metadata, and a Crop represents a rectangular subsection of a specific image. Crops are also constrained to being one of a number of developer-defined ratios. These images are of very pretty cats, and we sure love our felines! A crop can be attached to the model through the use of a `MediaField`. A MediaField looks like a regular Django model field, with some extra magic that happens in the background: