Skip to content

Commit 87646bd

Browse files
authored
Merge pull request #188 from API-Skeletons/TomHAnderson-patch-2
Fix typos and update links in README.md
2 parents eaf8565 + e9d006f commit 87646bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ GraphQL Type Driver for Doctrine ORM
1212
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/API-Skeletons/doctrine-orm-graphql/badges/quality-score.png?b=12.4.x)](https://scrutinizer-ci.com/g/API-Skeletons/doctrine-orm-graphql/?branch=12.4.x)
1313
[![PHPStan](https://img.shields.io/badge/PHPStan-level%205-brightgreen.svg)](https://img.shields.io/badge/PHPStan-level%205-brightgreen.svg)
1414
[![psalm](https://img.shields.io/badge/psalm-level%204-brightgreen.svg)](https://img.shields.io/badge/psalm-level%204-brightgreen.svg)
15-
[![PHP Version](https://img.shields.io/badge/PHP-8.1%2b-blue)](https://img.shields.io/badge/PHP-8.1%2b-blue)
1615
[![License](https://poser.pugx.org/api-skeletons/doctrine-orm-graphql/license)](//packagist.org/packages/api-skeletons/doctrine-orm-graphql)
1716

1817
GraphQL, with types so neat,
@@ -62,7 +61,7 @@ Examples
6261

6362
The **LDOG Stack**: Laravel, Doctrine ORM, and GraphQL uses this library: https://ldog.apiskeletons.dev
6463

65-
For an working implementation see https://graphql.lcdb.org and the corresonding application at https://github.com/lcdborg/graphql.lcdb.org.
64+
For an working implementation see https://graphql.lcdb.org
6665

6766

6867
Features
@@ -78,7 +77,7 @@ Features
7877
Quick Start
7978
-----------
8079

81-
Add attributes to your Doctrine entities or see [globalEnable](https://doctrine-orm-graphql.apiskeletons.dev/en/latest/config.html#globalenable) for all entities in your schema without attribute configuration.
80+
Add attributes to your Doctrine entities or see [globalEnable](https://doctrine-orm-graphql.apiskeletons.dev/en/latest/driver.html#globalenable) for all entities in your schema without attribute configuration.
8281

8382
```php
8483
use ApiSkeletons\Doctrine\ORM\GraphQL\Attribute as GraphQL;
@@ -281,6 +280,7 @@ History
281280

282281
The roots of this project go back to May 2018 with https://github.com/API-Skeletons/zf-doctrine-graphql; written for Zend Framework 2. It was migrated to the framework agnostic https://packagist.org/packages/api-skeletons/doctrine-graphql but the name of that repository was incorrect because it did not specify ORM only. So this repository was created and the others were abandoned.
283282

283+
This was written for the [Live Concert Database](https://lcdb.org)
284284

285285
License
286286
-------

0 commit comments

Comments
 (0)