From d555675b944e347034776d0d72b388ea65226a0d Mon Sep 17 00:00:00 2001 From: acostadon Date: Wed, 29 May 2024 08:42:48 -0400 Subject: [PATCH] changed minor wording --- docs/cugraph/source/tutorials/basic_cugraph.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cugraph/source/tutorials/basic_cugraph.md b/docs/cugraph/source/tutorials/basic_cugraph.md index f7129cca36e..0fd61bf01d6 100644 --- a/docs/cugraph/source/tutorials/basic_cugraph.md +++ b/docs/cugraph/source/tutorials/basic_cugraph.md @@ -28,10 +28,10 @@ To build from source, check each RAPIDS GitHub README for set up and build instr ## CuGraph Using NetworkX Code While the steps above are required to use the full suite of cuGraph graph analytics, cuGraph is now supported as a NetworkX backend using [nx-cugraph](https://docs.rapids.ai/api/cugraph/nightly/nx_cugraph/nx_cugraph/). -Nx-cugraph offers those with existing nwtworkX code a zero code change option with a growing list of supported algorithms. +Nx-cugraph offers those with existing NetworkX code, a **zero code change** option with a growing list of supported algorithms. -## Cugraph API demo +## Cugraph API Example Coming soon !