Skip to content

Commit 32c16b3

Browse files
committed
update readme
1 parent 5be29c1 commit 32c16b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static async Task Main(string[] args)
3232
AnsiConsole.Markup($"Welcome {Environment.UserName} to NShell !\n\n");
3333
AnsiConsole.Markup($"\tversion : {VERSION}\n");
3434
AnsiConsole.Markup($"\tgithub : {GITHUB}\n");
35-
AnsiConsole.Markup("\t\n");
35+
AnsiConsole.Markup("\n");
3636

3737
AnsiConsole.Markup("[bold cyan][[*]] - Booting NShell...[/]\n");
3838
ShellContext context = new();

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ This is the result :
7474
### 📡 Roadmap v1.0.0
7575

7676
- [OPEN] Plugin support (dynamic loading)
77-
- [OPEN] Fix neofetch shell version
78-
- [OPEN] Fix interactive commands/scripts running configuration
77+
- [OK] Fix neofetch shell version
78+
- [OK] Fix interactive commands/scripts running configuration
7979
- [PROGRESS] Autocomplete
8080
- [PROGRESS] Command history
8181
- [OK] Profiles and theme switching

0 commit comments

Comments
 (0)