Skip to content

Commit d09cb71

Browse files
authored
Update README.md
1 parent a69c749 commit d09cb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The recommended use is to put the GraphQL execution function in the callback of
4848
4949
## Configuration
5050
51-
The file `functions.js` is assumed to provide the functionality that is specific to the database back-end being used. In the given form, the file contains some example code that works for [the SQLite-based GraphQL server that we have used for experiments](https://github.com/LiUGraphQL/experiment-tim).
51+
The file `functions.js` is assumed to provide the functionality that is specific to the database back-end being used. In the given form, the file contains some example code that works for [the SQLite-based GraphQL server that we have used for experiments](https://github.com/LiUGraphQL/graphql-result-size-experiment).
5252
5353
Hence, to use this module for other GraphQL servers, this example code has to be adapted/replaced. What the functions in the file are supposed to do and what they are expected to return is specified in the file.
5454

0 commit comments

Comments
 (0)