From 1262336e5df7547c8fe3594d1b10c11340627933 Mon Sep 17 00:00:00 2001 From: Daval Pargal Date: Sun, 5 Dec 2021 09:06:16 -0500 Subject: [PATCH] Update README.md --- .github/workflows/ruby-client-test.yaml | 2 +- clients/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby-client-test.yaml b/.github/workflows/ruby-client-test.yaml index 9cd336a9..240c2eae 100644 --- a/.github/workflows/ruby-client-test.yaml +++ b/.github/workflows/ruby-client-test.yaml @@ -1,4 +1,4 @@ -name: Test stencil RUBY client +name: Test stencil client on: push: paths: diff --git a/clients/README.md b/clients/README.md index c2afffe0..fd8e90d5 100644 --- a/clients/README.md +++ b/clients/README.md @@ -20,3 +20,4 @@ Stencil clients abstracts handling of descriptorset file on client side. Current - [Java](java) - [Go](go) - [Javascript](js) + - [Ruby](ruby)