From 2cc1548c72a131d70d1788770280330b67b1ec19 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 23 Jan 2023 15:27:43 -0500 Subject: [PATCH] Correct vestigial reference to Spark in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29acfe6..b1aa4aa 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ This operator can also work with CRDs. Assuming the admin user is logged in, you kubectl apply -f manifest/operator-crd.yaml ``` -and then create the Spark clusters by creating the custom resources (CR). +and then get the fibonacci result by creating the custom resources (CR). ```bash kubectl apply -f examples/cr.yaml