Skip to content

Commit ed39785

Browse files
committed
Update the readme
1 parent 033aeb1 commit ed39785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ It is made possible by [htmlwidgets](http://www.htmlwidgets.org/), which provide
2828

2929
## ♻️ Usage
3030
### Installation
31-
Install devtools:
32-
[Devtools](https://www.rdocumentation.org/packages/devtools) is a R package used to ease the installation and the development of other R packages.
31+
#### Install _devtools_
32+
[Devtools](https://www.rdocumentation.org/packages/devtools) is an R package used to ease the installation and the development of other R packages.
3333
It can be installed from the R console:
3434
```r
3535
install.packages('devtools')
3636
```
3737

38-
Install **BPMN Visualization - R Package** from GitHub:
38+
#### Install _BPMN Visualization - R Package_ from GitHub
3939
```r
4040
devtools::install_github("process-analytics/bpmn-visualization-R")
4141
library(bpmnVisualization)

0 commit comments

Comments
 (0)