Skip to content

Commit 67ed1fe

Browse files
committed
ci skip: improve readme
1 parent 9aa56bc commit 67ed1fe

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
@@ -5,10 +5,10 @@
55
Optimized REST Data Source for Apollo Server
66

77
- Optimized for JSON REST
8-
- HTTP/1 [Keep-alive agents](https://github.com/node-modules/agentkeepalive) for socket reuse.
8+
- HTTP/1 [Keep-alive agents](https://github.com/node-modules/agentkeepalive) for socket reuse
99
- HTTP/2 support (requires Node.js 15.10.0 or newer)
1010
- Uses [Got](https://github.com/sindresorhus/got) a modern HTTP Client shipped with RFC 7234 compliant HTTP caching
11-
- LRU Cache with ttl to memoize GET requests within the same graphql request (cache key is the full url but can be overwitten)
11+
- LRU Cache with ttl to memoize GET requests within the same graphql request
1212
- Support for [Apollo Cache Storage backend](https://www.apollographql.com/docs/apollo-server/data/data-sources/#using-memcachedredis-as-a-cache-storage-backend)
1313

1414
## Documentation

0 commit comments

Comments
 (0)