Skip to content

Commit 70f3755

Browse files
taylorbryantleebyron
authored andcommitted
Fix headings that are not Title Case (#178)
1 parent bb8a7aa commit 70f3755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var promise1B = userLoader.load(1)
150150
assert(promise1A === promise1B)
151151
```
152152

153-
#### Caching per-Request
153+
#### Caching Per-Request
154154

155155
DataLoader caching *does not* replace Redis, Memcache, or any other shared
156156
application-level cache. DataLoader is first and foremost a data loading mechanism,
@@ -469,7 +469,7 @@ short-lived.
469469

470470
Looking to get started with a specific back-end? Try the [loaders in the examples directory](/examples).
471471

472-
## Other implementations
472+
## Other Implementations
473473

474474
* PHP
475475
* [DataLoaderPHP](https://github.com/overblog/dataloader-php)

0 commit comments

Comments
 (0)