Skip to content

Commit

Permalink
Update badges and typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gpailler committed Mar 20, 2021
1 parent 54ba65f commit c695f4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MegaApiClient
=============

[![Build status](https://ci.appveyor.com/api/projects/status/a87jre98xr1wiryt/branch/master?svg=true)](https://ci.appveyor.com/project/gpailler/megaapiclient/branch/master)
[![Coverage Status](https://codecov.io/gh/gpailler/MegaApiClient/branch/master/graph/badge.svg)](https://codecov.io/gh/gpailler/MegaApiClient)
[![NuGet version](https://badge.fury.io/nu/MegaApiClient.svg)](https://badge.fury.io/nu/MegaApiClient)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gpailler/MegaApiClient/blob/master/LICENSE)
[![Build status](https://github.com/gpailler/MegaApiClient/actions/workflows/main.yml/badge.svg)](https://github.com/gpailler/MegaApiClient/actions/workflows/main.yml)
[![Coverage Status](https://img.shields.io/codecov/c/github/gpailler/MegaApiClient)](https://codecov.io/gh/gpailler/MegaApiClient)
[![Nuget version](https://img.shields.io/nuget/v/MegaApiClient)](https://www.nuget.org/packages/MegaApiClient/)
[![Nuget downloads](https://img.shields.io/nuget/dt/MegaApiClient)](https://www.nuget.org/packages/MegaApiClient/)
[![License](https://img.shields.io/github/license/gpailler/MegaApiClient)](https://github.com/gpailler/MegaApiClient/blob/master/LICENSE)

**MegaApiClient is a C# .Net library to access [http://mega.co.nz](http://mega.co.nz) / [http://mega.nz](http://mega.nz) cloud storage and file hosting service.**

Whole documentation is available on [https://gpailler.github.io/MegaApiClient/](https://gpailler.github.io/MegaApiClient/)

Documentation is available on [https://gpailler.github.io/MegaApiClient/](https://gpailler.github.io/MegaApiClient/)
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Getting started with MegaApiClient
* [Installation](xref:installation)
* [Code samples](xref:samples)
* [FAQ](xref:faq)

Whole [API](xref:CG.Web.MegaApiClient.MegaApiClient) documentation
* [API](xref:CG.Web.MegaApiClient.MegaApiClient) documentation


#### Compatibility
Expand Down

0 comments on commit c695f4c

Please sign in to comment.