Skip to content

Commit 46e0035

Browse files
author
betaflag
committed
Added a few modifications to the readme
1 parent 0464e86 commit 46e0035

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a simple spec-compliant GraphQL rack application and middleware based on
33
Install the gem:
44

55
```
6-
gem install graphql-server
6+
gem install graphql_server
77
```
88

99
# Using the server
@@ -35,7 +35,7 @@ Start using `rackup`
3535
rackup app.ru
3636
```
3737

38-
## As a middleware in your application
38+
## As a middleware in your existing application
3939

4040
```ruby
4141
# app.ru
@@ -47,12 +47,6 @@ resolver = ...
4747
use GraphqlServer, type_def: type_def, resolver: resolver, path: '/graphql'
4848
```
4949

50-
Start using `rackup`
51-
52-
```
53-
rackup app.ru
54-
```
55-
5650
# Options
5751

5852
## Schema

0 commit comments

Comments
 (0)