Skip to content

Commit a48cac3

Browse files
committed
Fixes package name in readme
1 parent 3eb5b04 commit a48cac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Smart Home control system with LLM Agents
22

3-
[![PHP](https://img.shields.io/packagist/php-v/llm-agents-php/agent-smart-home-control.svg?style=flat-square)](https://packagist.org/packages/llm-agents-php/agent-smart-home-control)
4-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/llm-agents-php/agent-smart-home-control.svg?style=flat-square)](https://packagist.org/packages/llm-agents-php/agent-smart-home-control)
5-
[![Total Downloads](https://img.shields.io/packagist/dt/llm-agents-php/agent-smart-home-control.svg?style=flat-square)](https://packagist.org/packages/llm-agents-php/agent-smart-home-control)
3+
[![PHP](https://img.shields.io/packagist/php-v/llm-agents/agent-smart-home-control.svg?style=flat-square)](https://packagist.org/packages/llm-agents/agent-smart-home-control)
4+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/llm-agents/agent-smart-home-control.svg?style=flat-square)](https://packagist.org/packages/llm-agents/agent-smart-home-control)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/llm-agents/agent-smart-home-control.svg?style=flat-square)](https://packagist.org/packages/llm-agents/agent-smart-home-control)
66

77
This nifty tool lets you boss around your smart home devices using plain old English. No more fumbling with apps or
88
remembering device names!
@@ -30,7 +30,7 @@ want and makes it happen.
3030
First things first, let's get this package installed:
3131

3232
```bash
33-
composer require llm-agents-php/agent-smart-home-control
33+
composer require llm-agents/agent-smart-home-control
3434
```
3535

3636
### Setup in Spiral Framework

0 commit comments

Comments
 (0)