From 0484bcca583cbfa328cd33c6c2b51ddee38b8f41 Mon Sep 17 00:00:00 2001 From: Jan Grzegorowski Date: Tue, 17 Apr 2018 11:31:17 +0200 Subject: [PATCH] docs: fix usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d392e7a..632e5d9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Initialize the package. ```js import { makeExecutableSchema } from 'graphql-tools'; -import { initAccounts } from 'meteor/nicolaslopezj:apollo-accounts'; +import { initAccounts } from 'meteor/cultofcoders:apollo-accounts'; import { load, getSchema } from 'graphql-load'; const { typeDefs, resolvers } = initAccounts({