diff --git a/README.md b/README.md
index 6929d1c96009946fb7829cc80421a1e38046b732..370228376f23acd8c00b4e6dd9e5b154cba7cf9c 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,13 @@
 
 [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)
 
-`aiogremlin` is a port of the official `Gremlin-Python` designed for integration with
+`aiogremlin` is an asynchronous DSL based on the official `Gremlin-Python` GLV designed for integration with
 event loop based asynchronous Python networking libraries, including `asyncio`,
 `aiohttp`, and `tornado`. It uses the `async/await` syntax introduced
 in PEP 492, and is therefore Python 3.5+ only.
 
 `aiogremlin` tries to follow `Gremlin-Python` as closely as possible both in terms
-of API and implementation. It is regularly rebased against the official Apache Git
-repository, and will be released according to the TinkerPop release schedule.
+of API and implementation. It is released according to the TinkerPop release schedule.
 
 Note that this *NOT* an official Apache project component, it is a
 *THIRD PARTY PACKAGE!*
diff --git a/docs/index.rst b/docs/index.rst
index 9ac945c5c436217c137d6782353ab1fb75d2edb0..76d45f8f4fa6f0e7364ba208fd492cb9b381d316 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,14 +7,13 @@
 aiogremlin
 ==========
 
-`aiogremlin` is a port of the official `Gremlin-Python` designed for integration with
+`aiogremlin` is an asynchronous DSL based on the official `Gremlin-Python` GLV designed for integration with
 event loop based asynchronous Python networking libraries, including `asyncio`_,
 `aiohttp`_, and `tornado`_. It uses the `async/await` syntax introduced
 in `PEP 492`_, and is therefore Python 3.5+ only.
 
 `aiogremlin` tries to follow `Gremlin-Python` as closely as possible both in terms
-of API and implementation. It is regularly rebased against the official Apache Git
-repository, and will be released according to the `TinkerPop`_ release schedule.
+of API and implementation. It is released according to the `TinkerPop`_ release schedule.
 
 Note that this *NOT* an official Apache project component, it is a
 *THIRD PARTY PACKAGE!*