Skip to content

Commit

Permalink
remove FsPickler.CSharp references from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Jan 21, 2018
1 parent 7cad55e commit ec71255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The library is based on the functional programming concept of
[pickler combinators](http://lambda-the-ultimate.org/node/2243)
which has been adapted to accommodate the object oriented nature of the .NET framework.

Packages of the library are available on Nuget [[1](http://www.nuget.org/packages/FsPickler),[2](http://www.nuget.org/packages/FsPickler.Json),[3](http://www.nuget.org/packages/FsPickler.CSharp)].
Packages of the library are available on Nuget [[1](http://www.nuget.org/packages/FsPickler),[2](http://www.nuget.org/packages/FsPickler.Json).

### Documentation

Expand Down
3 changes: 1 addition & 2 deletions docs/content/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ which has been adapted to accommodate the .NET type system.
<div class="well well-small" id="nuget">
The FsPickler library can be <a href="https://nuget.org/packages/FsPickler">installed from NuGet</a>:
<pre>PM> Install-Package FsPickler
PM> Install-Package FsPickler.Json
PM> Install-Package FsPickler.CSharp</pre>
PM> Install-Package FsPickler.Json</pre>
</div>
</div>
<div class="span1"></div>
Expand Down

0 comments on commit ec71255

Please sign in to comment.