Skip to content

Commit 1f70cd6

Browse files
committed
Clear up wording on how to get the example working on GHE
1 parent c7d09f1 commit 1f70cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/enterprise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ By default, this example will query against the GitHub Enterprise appliance it's
1818

1919

2020
#### Setup
21-
The example is already setup with all source files necessary to work with Pages on GitHub Enterprise. You can copy this folder as-is to your own instance, then [configure GitHub Pages to publish the master branch](https://help.github.com/enterprise/user/articles/configuring-a-publishing-source-for-github-pages/). A URL will be created for you automatically.
21+
The example in this folder contains all source files necessary to get GraphiQL working with Pages on GitHub Enterprise. Copy the `graphql/enterprise` directory from this repository into a new repository on your Enterprise server, then [configure GitHub Pages to publish the master branch](https://help.github.com/enterprise/user/articles/configuring-a-publishing-source-for-github-pages/). A URL will be created for you automatically.
2222

2323
#### Development
2424
There is a basic build script included that will copy the minified react and graphiql dependencies into the `dist/` folder. For further development, you can use `npm` or `yarn` to work with the original source libraries.

0 commit comments

Comments
 (0)