diff --git a/README.md b/README.md
index 5da3bde..3909517 100644
--- a/README.md
+++ b/README.md
@@ -516,7 +516,7 @@ ordered by distance from the origin. The order of the hexagons within each ring
### h3.gridRingUnsafe(h3Index, ringSize) ⇒ Array.<H3Index>
Get all hexagons in a hollow hexagonal ring centered at origin with sides of a given length.
-Unlike kRing, this function will throw an error if there is a pentagon anywhere in the ring.
+Unlike gridDisk, this function will throw an error if there is a pentagon anywhere in the ring.
**Returns**: Array.<H3Index>
- H3 indexes for all hexagons in ring
**Throws**: