Skip to content

Commit

Permalink
docs: use deno.land url in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed May 5, 2021
1 parent 521f70a commit 4db29fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.
2 changes: 1 addition & 1 deletion packages/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import { processRequest } from 'https://cdn.jsdelivr.net/gh/contrawork/graphql-h
import { getGraphQLParameters } from 'https://cdn.jsdelivr.net/gh/contrawork/graphql-helix@master/packages/deno/get-graphql-parameters.ts';
import playground from 'https://gist.githubusercontent.com/hayes/5c99f7b4f71234452036fd88e142a825/raw/655245a052b10c2912a803c8a6d537096b73c10b/playground.ts';
// GiraphQL
import SchemaBuilder from './packages/core/mod.ts';
import SchemaBuilder from 'https://deno.land/x/giraphql/packages/core/mod.ts';

// Create app and router
const app = new Application();
Expand Down
58 changes: 0 additions & 58 deletions packages/deno/playground.ts

This file was deleted.

0 comments on commit 4db29fa

Please sign in to comment.