From 14074b8591e784b260a56a76f32f3fadbc79c59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Budiseli=C4=87?= Date: Tue, 11 Jan 2022 20:25:17 +0100 Subject: [PATCH] Fix README example (#1981) --- CONTRIBUTING.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ddd4fd0f9f4..526016d3bfd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ Read the section on [building cuGraph from source](SOURCEBUILD.md) to validate t ```git remote add upstream https://github.com/rapidsai/cugraph.git``` 3. Checkout the latest branch -cuGraph only allows contribution to the current branch and not main or a future branch. Please check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch. +cuGraph only allows contribution to the current branch and not main or a future branch. Please check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch. ```git checkout branch-x.x``` diff --git a/README.md b/README.md index c99f3c45a0f..7f173e0657d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The [RAPIDS](https://rapids.ai) cuGraph library is a collection of GPU accelerat As an example, the following Python snippet loads graph data and computes PageRank: ```python +import cudf import cugraph # read data into a cuDF DataFrame using read_csv