From d70c9f5474e52dca16b107ad7e885fd2980ac11a Mon Sep 17 00:00:00 2001 From: Alex Wang <453102040@qq.com> Date: Wed, 27 Oct 2021 20:44:44 +0800 Subject: [PATCH] Fix typo in README (#81) --- README.md | 2 +- ray-operator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 627de1fae6f..c77af7f7215 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/ray-project/kuberay/workflows/Go-build-and-test/badge.svg)](https://github.com/ray-project/kuberay/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/ray-project/kuberay)](https://goreportcard.com/report/github.com/ray-project/kuberay) -KubRay is an open source toolkit to run Ray applications on Kubernetes. +KubeRay is an open source toolkit to run Ray applications on Kubernetes. KubeRay provides several tools to improve running and managing Ray's experience on Kubernetes. diff --git a/ray-operator/README.md b/ray-operator/README.md index 130be93af75..a37092dcd07 100644 --- a/ray-operator/README.md +++ b/ray-operator/README.md @@ -7,7 +7,7 @@ The Ray Operator is a Kubernetes operator to automate provisioning, management, Some of the main features of the operator are: - Management of first-class RayClusters via a [custom resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-resources). -- Support for hetergenous worker types in a single Ray cluster. +- Support for heterogenous worker types in a single Ray cluster. - Built-in monitoring via Prometheus. - Use of `PodTemplate` to create Ray pods - Updated status based on the running pods