Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove $ from README.md codeblocks #97

Merged
merged 2 commits into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading