Skip to content

Commit

Permalink
minor: edit
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Jan 20, 2023
1 parent 4d8cb58 commit 3d5cca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img alt="Redis Sidecar" src=".github/images/redis-sidecar-banner.png">
<p align="center">
Redis SQL Trino is a is a JDBC query cache for <a href='https://redis.io/docs/stack/'>Redis Stack</a>, <a href='https://redis.com/redis-enterprise-cloud/overview/'>Redis Cloud</a>, and <a href='https://redis.com/redis-enterprise-software/overview/'>Redis Enterprise</a>.
Redis SQL Trino is a JDBC query cache for <a href='https://redis.io/docs/stack/'>Redis Stack</a>, <a href='https://redis.com/redis-enterprise-cloud/overview/'>Redis Cloud</a>, and <a href='https://redis.com/redis-enterprise-software/overview/'>Redis Enterprise</a>.
</p>
</p>
++++
Expand All @@ -28,8 +28,8 @@ image:https://codecov.io/gh/{project-owner}/{project-name}/branch/master/graph/b

{product-name} lets you adds caching to your application without changing any lines of code.

Implemented as a wrapper around your backend database's JDBC driver, {product-name} can answer
slow, repeated queries from Redis, bypassing expensive database calls and often greatly
Implemented as a wrapper around your backend database's JDBC driver, {product-name} can cache
slow, repeated queries from Redis, bypassing expensive database calls and greatly
improving response times.

== Table of Contents
Expand Down

0 comments on commit 3d5cca7

Please sign in to comment.