Skip to content

Commit 6848c1c

Browse files
committed
Fix doc
1 parent 110a2b0 commit 6848c1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

R/bpmnVisualizationR.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#'
3333
#' @examples
3434
#' # Load the BPMN file
35-
#' bpmn_file <- system.file("examples/Order_Management.bpmn", package = "bpmnVisualization")
35+
#' bpmn_file <- system.file("examples/Order_Management.bpmn", package = "bpmnVisualizationR")
3636
#'
3737
#' # Display the BPMN diagram
3838
#' display(bpmn_file, width='auto', height='auto')

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ devtools::install_github("process-analytics/bpmn-visualization-R")
2929

3030
Then, make the library available to the current R project:
3131
```r
32-
library(bpmnVisualization)
32+
library(bpmnVisualizationR)
3333
```
3434
<!-- END OF duplicated with README.md -->
3535

@@ -40,7 +40,7 @@ You first need to retrieve the content of the BPMN diagram. Once you are done, y
4040
that will render it.
4141

4242
```r
43-
bpmnVisualization::display(bpmn_content)
43+
bpmnVisualizationR::display(bpmn_content)
4444
```
4545

4646
Read `?display` for more details.

man/display.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)