Skip to content

Commit 684ff03

Browse files
committed
Tweak README
1 parent 1b91bf7 commit 684ff03

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ strans
99

1010
`strans` (string transform) is an intuitive string manipulation
1111
utility for the shell (primarily Unix, but should work™
12-
cross-platform). Users do not need to know anything about programming. All
13-
they need to do is provide `strans` with a set of examples. `strans`
14-
will automagically learn transformation rules from these examples and
15-
apply them to the input given on STDIN.
12+
cross-platform). Users do not need to know anything about
13+
programming. All they need to do is provide `strans` with a set of
14+
examples. `strans` will automagically learn transformation rules from
15+
these examples and apply them to the input given on STDIN.
1616

1717
How to Install
1818
==============
1919

20-
`strans` is distributed as platform indepedently as NuGet package, or
21-
standalone as an AppImage for Linux and as a DMG for MacOs. Download
22-
the latest `strans` from
20+
`strans` is distributed platform indepedently as a NuGet package, or
21+
(if you do not want to install dotnet) standalone as an AppImage for
22+
Linux and as a DMG for MacOs. Download the latest `strans` from
2323
[releases](https://github.com/Inventitech/strans/releases).
2424

2525
## Platform-independent `dotnet`
2626

2727
`strans` is available as a global tool on NuGet. If you have `dotnet`
2828
installed, you can simply `dotnet tool install -g strans` to install
29-
it (or use `update`, `uninstall` etc.).
29+
it (or use `update`, `uninstall` etc.).
3030

3131
## Linux
3232

0 commit comments

Comments
 (0)