From ce800ad913a8e9976ec4e7bbad1ad120389abc36 Mon Sep 17 00:00:00 2001 From: Jon Richards Date: Thu, 11 Dec 2025 18:41:26 -0800 Subject: [PATCH] Remove backticks from clone instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 350cd55..7eca460 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ Your contributions are greatly appreciated! Download and install the API ```bash -git clone https://github.com/HackLabsGuitar/`Helix-py-api`.git -cd `Helix-py-api` +git clone https://github.com/HackLabsGuitar/helix-py-api.git +cd helix-py-api pip install -r requirements.txt ``` @@ -146,4 +146,4 @@ https://opensource.org/licenses/BSD-3-Clause Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -A copy of the license is available in the repository's [LICENSE](LICENSE) file. \ No newline at end of file +A copy of the license is available in the repository's [LICENSE](LICENSE) file.