From 40501de21da5f092bfcf3ff3bef4c5df6ae8340b Mon Sep 17 00:00:00 2001 From: Jules Damji Date: Fri, 7 Mar 2025 08:14:36 -0800 Subject: [PATCH] fixed a minor nit usage issue Signed-off-by: Jules Damji --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdbda309c..0079439c3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # GraphFrames: DataFrame-based Graphs -This is a package for graphs processing and analytics on scale. It is build on top of Apache Spark and relying on DataFrame abstraction. Users can write highly expressive queries by leveraging the DataFrame API, combined with a new API for network motif finding. The user also benefits from DataFrame performance optimizations within the Spark SQL engine. GraphFrames works in Java, Scala, and Python. +This is a package for graphs processing and analytics on scale. It is built on top of Apache Spark and relies on DataFrame abstraction. Users can write highly expressive queries by leveraging the DataFrame API, combined with a new API for network motif finding. The user also benefits from DataFrame performance optimizations within the Spark SQL engine. GraphFrames works in Java, Scala, and Python. You can find user guide and API docs at https://graphframes.github.io/graphframes