From 61ecedd07315bc30fac9c241a211bce6a0ebdd69 Mon Sep 17 00:00:00 2001 From: SnwMds <46784020+SnwMds@users.noreply.github.com> Date: Tue, 18 May 2021 21:42:00 -0300 Subject: [PATCH] remove dollar sign --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f15d3bb..3719e2e 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ This is a Nim port from [Unalix](https://github.com/AmanoTeam/Unalix). Python pa Install using `nimble`: ```bash -$ nimble install --accept \ - 'git://github.com/AmanoTeam/Unalix-nim' +nimble install --accept 'git://github.com/AmanoTeam/Unalix-nim' ``` #### Library usage: @@ -45,9 +44,9 @@ https://bitly.com/pages/pricing #### CLI usage: ```bash -$ unalix --unshort << heredoc -https://deezer.com/track/891177062?utm_source=deezer -https://bitly.is/Pricing-Pop-Up +unalix --unshort <<- heredoc + https://deezer.com/track/891177062?utm_source=deezer + https://bitly.is/Pricing-Pop-Up heredoc ```