Skip to content

Commit 3c70be2

Browse files
committed
README fixes
1 parent 09001a2 commit 3c70be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Fsih
22
====
33

4-
Fsih provides you with the `h` function, meant to be used in the F# repl [fsi](https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/).
5-
It's modeled after the `h` function in the Elixir [iex](https://hexdocs.pm/iex/1.16.0/IEx.html) repl.
4+
Fsih provides you with the `h` function, meant to be used in the F# REPL [fsi](https://learn.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/).
5+
It's modeled after the `h` function in the Elixir [iex](https://hexdocs.pm/iex/1.16.0/IEx.html) REPL.
66

7-
To use it, just start an fsi session with `dotnet fsi`
7+
To use it, just start an fsi session with `dotnet fsi`.
88
Load the package and open the namespace:
99
```fsharp
1010
#r "nuget: Fsih";;

0 commit comments

Comments
 (0)