From 1369d168889b23126e14d60925c710fe73d3bc56 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 22 Jan 2025 06:47:17 -0500 Subject: [PATCH] remove $ so cut-and-paste works --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad52b6b..e47d3a7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The development of phpSmug takes place in my free time. If you find phpSmug usef The recommended method of installing phpSmug is using [Composer](http://getcomposer.org). If you have Composer installed, you can install phpSmug and all its dependencies from within your project directory: ```bash -$ composer require lildude/phpsmug +composer require lildude/phpsmug ``` Alternatively, you can add the following to your project's `composer.json`: @@ -46,7 +46,7 @@ Alternatively, you can add the following to your project's `composer.json`: If you don't have Composer installed, you can download it using: ```bash -$ curl -s http://getcomposer.org/installer | php +curl -s http://getcomposer.org/installer | php ``` ## Basic Usage of the phpSmug Client