Skip to content

Commit 4ea9bcb

Browse files
authored
Removed hyphen from package name (#15)
* Updated package name to match brand * Removed hyphen in package name
1 parent 28de67c commit 4ea9bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repository](https://github.com/RedisVentures/redis-vector-php) in your composer.
2727
}
2828
```
2929
```shell
30-
composer install redis-ventures/redis-vl
30+
composer install redis-ventures/redisvl
3131
```
3232

3333
### Setting up Redis ####

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "redis-ventures/redis-vl",
2+
"name": "redis-ventures/redisvl",
33
"description": "Redis Vector Library (RedisVL) enables Redis as a real-time database for LLM applications, based on Predis PHP client",
44
"type": "library",
55
"license": "MIT",

0 commit comments

Comments
 (0)