Skip to content

Commit

Permalink
unify the language identifiers of the code blocks for installation co…
Browse files Browse the repository at this point in the history
…mmands to 'shell'
  • Loading branch information
ghaaj authored Sep 27, 2024
1 parent 94ef8c0 commit 42300f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ brew install nushell

#### Windows:

```powershell
```sh
$ winget install nushell
```

Expand Down
4 changes: 2 additions & 2 deletions es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ $ brew install nushell

En [Scoop](https://scoop.sh):

```powershell
```sh
$ scoop install nu
```

#### Inicia la shell

```
```sh
$ nu
```
2 changes: 1 addition & 1 deletion ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ brew install nushell

#### Windows:

```powershell
```sh
$ winget install nushell
```

Expand Down
4 changes: 2 additions & 2 deletions pt-BR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ $ brew install nushell

Com [Scoop](https://scoop.sh):

```powershell
```sh
$ scoop install nu
```

#### Inicializar o shell

```
```sh
$ nu
```

0 comments on commit 42300f6

Please sign in to comment.