Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ chore: add .env.sample files
## Questions?

- [Discord Community](https://discord.gg/ywShEyXHBW)
- [Open an Issue](https://github.com/smallest-ai/cookbook/issues)
- [Open an Issue](https://github.com/smallest-inc/cookbook/issues)
4 changes: 2 additions & 2 deletions voice-agents/atoms_sdk_web_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ First, you need to set up your voice agents on the Smallest.ai platform:

### 3. Installation
```bash
git clone https://github.com/smallest-ai/smallestai-cookbook.git
cd smallestai-cookbook/voice-agents/atoms_sdk_web_agent
git clone https://github.com/smallest-inc/cookbook.git
cd cookbook/voice-agents/atoms_sdk_web_agent
npm install
```

Expand Down