From d70a70cbe1a2fd23c39ee1edccd17d76c2f5f64e Mon Sep 17 00:00:00 2001 From: Tom Elliott Date: Wed, 22 Jan 2025 21:24:53 +1300 Subject: [PATCH] add title --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 4f752a0..acc187b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -13,7 +13,7 @@ knitr::opts_chunk$set( ) ``` -# ts +# ts: Write apps with R, Rserve, and TypeScript [![R-CMD-check](https://github.com/tmelliott/ts/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tmelliott/ts/actions/workflows/R-CMD-check.yaml) diff --git a/README.md b/README.md index 3a2f842..f822395 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# ts +# ts: Write apps with R, Rserve, and TypeScript