Skip to content

Commit

Permalink
chore(release): v0.1.2
Browse files Browse the repository at this point in the history
* change version
* Fix readme
  • Loading branch information
domsleee committed Mar 13, 2023
1 parent 99d5ad6 commit 916bb80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "posh-tabcomplete"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Blazing fast tab completion for powershell."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ By default, [completions.nu](./resource/completions.nu) is used. An alternative

### Step 2. Setup powershell
```pwsh
Invoke-Expression (&tabcomplete init | Get-Content)
Invoke-Expression (&tabcomplete init | Out-String)
```

[crates.io]: https://crates.io/crates/starship
Expand Down

0 comments on commit 916bb80

Please sign in to comment.