Skip to content

Commit 42300f6

Browse files
authored
unify the language identifiers of the code blocks for installation commands to 'shell'
1 parent 94ef8c0 commit 42300f6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ brew install nushell
4040

4141
#### Windows:
4242

43-
```powershell
43+
```sh
4444
$ winget install nushell
4545
```
4646

es/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ $ brew install nushell
3737

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

40-
```powershell
40+
```sh
4141
$ scoop install nu
4242
```
4343

4444
#### Inicia la shell
4545

46-
```
46+
```sh
4747
$ nu
4848
```

ja/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ brew install nushell
4040

4141
#### Windows:
4242

43-
```powershell
43+
```sh
4444
$ winget install nushell
4545
```
4646

pt-BR/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ $ brew install nushell
3737

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

40-
```powershell
40+
```sh
4141
$ scoop install nu
4242
```
4343

4444
#### Inicializar o shell
4545

46-
```
46+
```sh
4747
$ nu
4848
```

0 commit comments

Comments
 (0)