Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb3rd committed Aug 10, 2015
1 parent 52c9ab4 commit d886e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Freshdesk.Tests/UserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void FreshdeskCreateContact()
User = new Freshdesk.User()
{
Name = "Bugs Bunny",
Email = "bugs1938@acme.com"
Email = "bugsbunny@acme.com"
}
});
Assert.IsNotNull(userResponse);
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Freshdesk.NET

[![Travis](https://travis-ci.org/jjb3rd/Freshdesk.Net.svg)]()
[![codecov.io](http://codecov.io/github/jjb3rd/Freshdesk.Net/coverage.svg?branch=master)](http://codecov.io/github/jjb3rd/Freshdesk.Net?branch=master)
[![NuGet](https://img.shields.io/nuget/v/Freshdesk.Net.svg)]()
[![NuGet](https://img.shields.io/nuget/dt/Freshdesk.Net.svg)]()
[![NuGet](https://img.shields.io/nuget/v/Freshdesk.svg)]()
[![NuGet](https://img.shields.io/nuget/dt/Freshdesk.svg)]()

Freshdesk.Net is a .NET library for freshdesk.com's REST API. It can be used to create contacts, customers and tickets (with attachments). Freshdesk.Net also runs on Mono, so yay!

Expand Down

0 comments on commit d886e2f

Please sign in to comment.