Skip to content

Commit 8687673

Browse files
authored
docs(README): Fix module version (drupal-graphql#1169)
1 parent e89897d commit 8687673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/starting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The module requires installation via `composer`in order to pull in the dependencies for the module to work, most notably the [webonyx/graphql-php library](https://github.com/webonyx/graphql-php).
44

5-
1. Install the module by running `composer require drupal/graphql:4.0.0-beta1`.
5+
1. Install the module by running `composer require drupal/graphql:^4`.
66
2. Enable the GraphQL module in extensions.
77
3. Login and navigate to `/admin/config/graphql` to create a new server.
88
4. At this point you can either start with the "Example schema" provided by the graphql_examples module (see the Introduction section) or start right away making your own custom schema as we will describe in the following sections.

0 commit comments

Comments
 (0)