diff --git a/README.md b/README.md
index 4966e80..83dc7b2 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Given a GeoJSON *polygon* or *multipolygon*, returns a clip function suitable fo
If geometry is specified, sets the clipping polygon to the geometry and returns a new clip function. Otherwise returns the clipping polygon.
-# clip.clipPoint([clipPoint])
+# clip.clipPoint([clipPoint])
Whether the projection should clip points. If clipPoint is false, the clip function only clips line and polygon geometries. If clipPoint is true, points outside the clipping polygon are not projected. Typically set to false when the projection covers the whole sphere, to make sure that all points —even those on the edge of the clipping polygon— get projected.