From 3cac659e6ccd09888e84a9ccc0762f2c5d9055e3 Mon Sep 17 00:00:00 2001 From: Antoine Bichat Date: Sat, 18 Apr 2020 10:55:49 +0200 Subject: [PATCH] readme --- README.Rmd | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index b16ca5b..638a673 100644 --- a/README.Rmd +++ b/README.Rmd @@ -22,7 +22,7 @@ knitr::opts_chunk$set( [![R build status](https://github.com/StateOfTheR/LCpackage/workflows/R-CMD-check/badge.svg)](https://github.com/StateOfTheR/LCpackage/actions) -The goal of LCpackage is to ... +**LCpackage** is a demo package created for a live coding session at [State of the R](https://stateofther.github.io). ## Installation diff --git a/README.md b/README.md index 55a8d14..df05bae 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h status](https://github.com/StateOfTheR/LCpackage/workflows/R-CMD-check/badge.svg)](https://github.com/StateOfTheR/LCpackage/actions) -The goal of LCpackage is to … +**LCpackage** is a demo package created for a live coding session at +[State of the R](https://stateofther.github.io). ## Installation @@ -34,5 +35,5 @@ library(LCpackage) ``` r print_date() -#> Today is the 17 April of year 2020. +#> Today is the 18 April of year 2020. ```