Skip to content

Commit 0bc7eb6

Browse files
authored
Remove the $ sign from the composer require statement. (#118)
1 parent ab48a48 commit 0bc7eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Official PHP client for the Typesense API: https://github.com/typesense/typesens
55
## Installation
66

77
```
8-
$ composer require php-http/curl-client typesense/typesense-php
8+
composer require php-http/curl-client typesense/typesense-php
99
```
1010

1111
You can also add `typesense/typesense-php` to your project's `composer.json`.

0 commit comments

Comments
 (0)