Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Sep 15, 2021
1 parent 321dae6 commit dc17490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Chell
Write scripts with the power of C# and .NET

Chell is a library and execution tool for creating a shell script-like (bash, cmd, ...) experience in C#.
Chell is a library and execution tool for providing a shell script-like (bash, cmd, ...) experience in C#.

```csharp
var branch = await Run($"git branch --show-current");
Expand Down

0 comments on commit dc17490

Please sign in to comment.