Skip to content

Commit da61e53

Browse files
committed
Fixed spelling mistakes
1 parent 63b3d81 commit da61e53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
then switch back to work with java15
1212
- It's written in cmd and powershell so it can change the environment variables and can run on any Windows-10+.
1313

14-
I hope you enjoy it
14+
I hope you enjoy it. Please give me a star if you like my work. Thank you!
1515

1616
## Installation
1717
1) **Clone this repository**

jenv.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
rem #Check if powershell.exe is in path
3+
rem # Check if powershell is in path
44
where /q pwsh.exe
55
IF ERRORLEVEL 1 (
66
where /q powershell.exe
@@ -15,7 +15,7 @@ IF ERRORLEVEL 1 (
1515
set ps=pwsh.exe
1616
)
1717

18-
rem ps is the installred powershell
18+
rem ps is the installed powershell
1919
%ps% -executionpolicy remotesigned -File %~dp0/src/jenv.ps1 %* --output
2020

2121
if exist jenv.home.tmp (

0 commit comments

Comments
 (0)