Skip to content

Commit a0a4b25

Browse files
committed
update
1 parent 36de8cd commit a0a4b25

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ npx @bomb.sh/tab yarn fish > ~/.config/fish/completions/yarn.fish
3333
npx @bomb.sh/tab bun powershell >> $PROFILE
3434
```
3535

36-
You'd get smart completions for all commands and options, and dynamic option values e.g., `--reporter=<TAB>`. and its always up-to-date (parsed from live help output)
37-
36+
You'd get completions for all commands and options, and dynamic option values e.g., `--reporter=<TAB>`.
3837
**Example in action:**
3938

4039
```bash
@@ -50,7 +49,7 @@ yarn add --emoji=<TAB>
5049

5150
### CLI Framework Integration
5251

53-
For your own CLI tools, tab provides seamless integration with popular frameworks:
52+
For your own CLI tools, tab provides integration with popular frameworks:
5453

5554
#### Using the Core API
5655

@@ -226,6 +225,10 @@ my-cli complete -- install --port=""
226225
:4
227226
```
228227

228+
## Docs
229+
230+
For more detailed documentation, please visit [bombshell docs](https://bomb.sh/docs/tab/)!
231+
229232
## Contributing
230233

231234
We welcome contributions! Tab's architecture makes it easy to add support for new package managers or CLI frameworks.

0 commit comments

Comments
 (0)