Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/docs/rexml-3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude authored Jan 22, 2025
2 parents 20a0511 + 9b3923f commit 1b82030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand All @@ -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
Expand Down

0 comments on commit 1b82030

Please sign in to comment.