Skip to content

Commit 9fe2bfd

Browse files
committed
Update readme
1 parent 96e97b8 commit 9fe2bfd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ knitr::opts_chunk$set(
3131
Minimalist Async Evaluation Framework for R
3232
<br /><br />
3333

34-
mirai *future* in Japanese — allows you to perform computationally intensive tasks without blocking the R session.
34+
mirai is a comprehensive solution for performing computationally-intensive tasks efficiently.
3535

36-
→ Run R code in the background, with results available once ready
36+
→ Run R code in parallel in the background, without blocking your session
3737

3838
→ Distribute workloads across local or remote machines
3939

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ coverage](https://codecov.io/gh/r-lib/mirai/graph/badge.svg)](https://app.codeco
2020
<br /> みらい 未来 <br /><br /> Minimalist Async Evaluation Framework
2121
for R <br /><br />
2222

23-
mirai *future* in Japanese — allows you to perform computationally
24-
intensive tasks without blocking the R session.
23+
mirai is a comprehensive solution for performing
24+
computationally-intensive tasks efficiently.
2525

26-
→ Run R code in the background, with results available once ready
26+
→ Run R code in parallel in the background, without blocking your
27+
session
2728

2829
→ Distribute workloads across local or remote machines
2930

0 commit comments

Comments
 (0)