Skip to content

Commit 4b87bd7

Browse files
nuget: FSharpPlus (#435)
1 parent 35fa2a9 commit 4b87bd7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docsrc/content/index.fsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// This block of code is omitted in the generated HTML documentation. Use
33
// it to define helpers that you do not want to show in the documentation.
44
#I "../../bin"
5+
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
56

67
(**
78
FSharpPlus
@@ -54,7 +55,11 @@ Example 1
5455
This example demonstrates using an extension function defined in this library.
5556
5657
*)
57-
#r @"../../src/FSharpPlus/bin/Release/net45/FSharpPlus.dll"
58+
(**
59+
```f#
60+
#r @"nuget: FSharpPlus"
61+
```
62+
*)
5863
open FSharpPlus
5964

6065
let x = String.replace "old" "new" "Good old days"

0 commit comments

Comments
 (0)