Skip to content

Commit 82ed47c

Browse files
committed
docs
1 parent af73613 commit 82ed47c

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# FSharpx.Async [![NuGet Status](http://img.shields.io/nuget/v/FSharpx.Async.svg?style=flat)](https://www.nuget.org/packages/FSharpx.Async/)
77

8-
**FSharpx.Async** is a collections of async helpers for F#.
8+
**FSharpx.Async** is a collection of asynchronous programming utilities for F#.
99

1010
See [the home page](http://fsprojects.github.io/FSharpx.Async/) for details. The home page can be [edited, forked or cloned](https://github.com/fsprojects/FSharpx.Async/tree/gh-pages)
1111
Please contribute to this project. Don't ask for permission, just fork the repository and send pull requests.

docs/content/index.fsx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#I "../../bin"
55

66
(**
7-
F# Project Scaffold
8-
===================
7+
FSharpx.Async
8+
=============
99
1010
Documentation
1111
@@ -20,18 +20,6 @@ Documentation
2020
<div class="span1"></div>
2121
</div>
2222
23-
Example
24-
-------
25-
26-
This example demonstrates using a function defined in this sample library.
27-
28-
*)
29-
#r "FSharpx.Async.dll"
30-
open FSharpx.Control
31-
32-
printfn "hello = %i" <| Library.hello 0
33-
34-
(**
3523
Some more info
3624
3725
Samples & documentation

0 commit comments

Comments
 (0)