Skip to content

Commit 487d97a

Browse files
committed
feat: polish README
1 parent e6e2ea1 commit 487d97a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
AI-powered command-line assistant that suggests shell commands from natural language queries.
44

55
[![CI](https://github.com/techquestsdev/howto/actions/workflows/ci.yml/badge.svg)](https://github.com/techquestsdev/howto/actions/workflows/ci.yml)
6+
[![Go Version](https://img.shields.io/github/go-mod/go-version/techquestsdev/howto?style=flat-square&logo=go&logoColor=white)](https://github.com/techquestsdev/howto/blob/main/go.mod)
67
[![Go Report Card](https://goreportcard.com/badge/github.com/techquestsdev/howto)](https://goreportcard.com/report/github.com/techquestsdev/howto)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8+
[![codecov](https://img.shields.io/codecov/c/github/techquestsdev/howto?style=flat-square)](https://codecov.io/gh/techquestsdev/howto)
9+
[![Release](https://img.shields.io/github/v/release/techquestsdev/howto?style=flat-square&include_prereleases)](https://github.com/techquestsdev/howto/releases)
10+
[![License](https://img.shields.io/github/license/techquestsdev/howto?style=flat-square)](https://github.com/techquestsdev/howto/blob/main/LICENSE)
811

912
## Features
1013

@@ -95,8 +98,8 @@ Output:
9598
```
9699
=== Available Providers ===
97100
98-
Provider Status Default Model Env Variable
99-
-------- ------ ------------- ------------
101+
Provider Status Default Model Env Variable
102+
-------- ------ ------------- ------------
100103
OpenAI Ready gpt-4o OPENAI_API_KEY
101104
Anthropic Not configured claude-sonnet-4-20250514 ANTHROPIC_API_KEY
102105
Gemini Ready gemini-2.0-flash GEMINI_API_KEY
@@ -173,14 +176,14 @@ make build
173176
make check
174177
```
175178

176-
## Contributing
177-
178-
Contributions are welcome! Please read the [Contributing Guide](CONTRIBUTING.md) for details.
179-
180179
## License
181180

182-
MIT License - see [LICENSE](LICENSE) for details.
181+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
183182

184183
## Credits
185184

186185
Inspired by the original [howto](https://github.com/antonmedv/howto) by Anton Medvedev.
186+
187+
---
188+
189+
### Made with ❤️ and Go

0 commit comments

Comments
 (0)