Skip to content

Commit f905a4f

Browse files
Update README.md
1 parent 4550282 commit f905a4f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ Before you begin, ensure you have met the following requirement(s):
2323

2424
- You have `R >= 3.5.0` installed.
2525

26-
This package is not yet released on CRAN. Meanwhile, you can install the latest stable version from Github with:
26+
Install the latest version released on CRAN:
27+
28+
```r
29+
install.packages("leaflet.multiopacity")
30+
```
31+
32+
Or install the development version from GitHub:
2733

2834
```r
2935
if (!require("remotes")) install.packages("remotes")

0 commit comments

Comments
 (0)