Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Sep 1, 2019
1 parent c7c6c86 commit a724bde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ remotes::install_git("https://git.sr.ht/~hrbrmstr/mactheknife")
# or
remotes::install_gitlab("hrbrmstr/mactheknife")
# or
remotes::install_bitbucket("hrbrmstr/mactheknife")
# or
remotes::install_github("hrbrmstr/mactheknife")
```

Expand Down Expand Up @@ -224,7 +226,7 @@ return "artist=" & r_artist & "\ntrack=" & r_name
')

print(res)
## [1] "artist=Sukima Switch" "track=Golden Time Lover"
## [1] "artist=NICO Touches the Walls" "track=Hologram"
```

### App info
Expand Down

0 comments on commit a724bde

Please sign in to comment.