Skip to content

Commit bc69095

Browse files
committed
Updating readme file
1 parent d12ae14 commit bc69095

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A modern, interactive chatbot built with Next.js, TypeScript, and React. Wave is a friendly AI assistant that can answer questions using fuzzy search through a customisable FAQ database.
44

5-
![Wave Chatbot](./public/wave.png)
5+
![Wave Chatbot](./public/screenshot.png)
66

77
## Features
88

@@ -34,7 +34,7 @@ A modern, interactive chatbot built with Next.js, TypeScript, and React. Wave is
3434
1. **Clone the repository**
3535

3636
```bash
37-
git clone <your-repo-url>
37+
git clone git@github.com:garydavisonos/wave-chatbot.git
3838
cd wave-chatbot
3939
```
4040

@@ -128,14 +128,6 @@ const fuse = new Fuse(data, {
128128

129129
The bad-words filter can be customised by modifying the Filter instance in `ChatBot.tsx`.
130130

131-
## Available Scripts
132-
133-
- `npm run dev` - Start development server
134-
- `npm run build` - Build for production
135-
- `npm run start` - Start production server
136-
- `npm run lint` - Run ESLint
137-
- `npm run lint:fix` - Fix ESLint issues automatically
138-
139131
## Contributing
140132

141133
We welcome contributions! Here's how you can help:

public/screenshot.png

252 KB
Loading

0 commit comments

Comments
 (0)