Skip to content

Commit 1b82030

Browse files
authored
Merge branch 'main' into dependabot/bundler/docs/rexml-3.3.9
2 parents 20a0511 + 9b3923f commit 1b82030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The development of phpSmug takes place in my free time. If you find phpSmug usef
2828
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:
2929

3030
```bash
31-
$ composer require lildude/phpsmug
31+
composer require lildude/phpsmug
3232
```
3333

3434
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`:
4646
If you don't have Composer installed, you can download it using:
4747

4848
```bash
49-
$ curl -s http://getcomposer.org/installer | php
49+
curl -s http://getcomposer.org/installer | php
5050
```
5151

5252
## Basic Usage of the phpSmug Client

0 commit comments

Comments
 (0)