We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da6c9c commit 33adb13Copy full SHA for 33adb13
README.md
@@ -10,15 +10,19 @@
10
11
## Usage
12
13
-* __Online__: visit the application live on [shinyapps.io](https://spannbaueradam.shinyapps.io/r_regex_tester/).
14
-* __Local__:
15
- * Install from GitHub with devtools
+### Online
+
+* Visit the application live on [shinyapps.io](https://spannbaueradam.shinyapps.io/r_regex_tester/).
16
17
+### Local
18
19
+* Install from GitHub with devtools
20
21
```r
22
devtools::install_github("AdamSpannbauer/r_regex_tester_app")
23
```
24
- * Run app
25
+* Run app
26
27
28
regexTestR::run_app()
0 commit comments