diff --git a/docs/index.md b/docs/index.md index 4e0ebe6e..c08e3138 100644 --- a/docs/index.md +++ b/docs/index.md @@ -92,7 +92,7 @@ SedonaDB offers a flexible query interface. ```r library(sedonadb) - sd_sql("SELECT ST_Point(0, 1) as geom") + sd_sql("SELECT ST_Point(0, 1) as geom") ``` ## Have questions?