Skip to content

Commit 33adb13

Browse files
format readme
1 parent 7da6c9c commit 33adb13

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,19 @@
1010

1111
## Usage
1212

13-
* __Online__: visit the application live on [shinyapps.io](https://spannbaueradam.shinyapps.io/r_regex_tester/).
14-
* __Local__:
15-
* Install from GitHub with devtools
13+
### Online
14+
15+
* Visit the application live on [shinyapps.io](https://spannbaueradam.shinyapps.io/r_regex_tester/).
16+
17+
### Local
18+
19+
* Install from GitHub with devtools
1620

1721
```r
1822
devtools::install_github("AdamSpannbauer/r_regex_tester_app")
1923
```
2024

21-
* Run app
25+
* Run app
2226

2327
```r
2428
regexTestR::run_app()

0 commit comments

Comments
 (0)