From 3b2bc9ea463fad78d3ddd03f59987cc82d1a6b98 Mon Sep 17 00:00:00 2001 From: Etienne Tripier Date: Wed, 12 Jul 2017 20:03:13 -0700 Subject: [PATCH] Minor fix to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 735f836..bcd558e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Graphql::Preload +# GraphQL::Preload Provides a DSL for the [`graphql` gem](https://github.com/rmosolgo/graphql-ruby) that allows ActiveRecord associations to be preloaded in field definitions. Based on a [gist](https://gist.github.com/theorygeek/a1a59a2bf9c59e4b3706ac68d12c8434) by @theorygeek.