Skip to content

Commit 7cd9fa8

Browse files
committed
📝 Update README
1 parent 20e1b34 commit 7cd9fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL Schema Diff
22

3-
[![Build Status](https://img.shields.io/travis/fabsrc/graphql-schema-diff.svg?style=flat-square)](https://travis-ci.org/fabsrc/graphql-schema-diff)
3+
[![Build Status](https://img.shields.io/github/workflow/status/fabsrc/graphql-schema-diff/CI/master.svg?style=flat-square)](https://github.com/fabsrc/graphql-schema-diff/actions?query=workflow%3A%22CI%22)
44
[![npm](https://img.shields.io/npm/v/graphql-schema-diff.svg?style=flat-square)](https://www.npmjs.com/package/graphql-schema-diff)
55
[![Dependencies](https://img.shields.io/david/fabsrc/graphql-schema-diff.svg?style=flat-square)](https://david-dm.org/fabsrc/graphql-schema-diff)
66
[![Development Dependencies](https://img.shields.io/david/dev/fabsrc/graphql-schema-diff.svg?style=flat-square)](https://david-dm.org/fabsrc/graphql-schema-diff?type=dev)
@@ -55,7 +55,7 @@ Schema locations can be:
5555
```js
5656
import { getDiff } from 'graphql-schema-diff';
5757

58-
const currentSchemaLocation = 'https://swapi.graph.cool/';
58+
const currentSchemaLocation = 'https://swapi-graphql.netlify.app/.netlify/functions/index';
5959
const newSchemaLocation = './schema.graphql';
6060

6161
getDiff(currentSchemaLocation, newSchemaLocation)

0 commit comments

Comments
 (0)