Skip to content

Commit

Permalink
Modifying readme for all-contributors ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed May 28, 2019
1 parent cc9ebb9 commit 4d7a33f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Alexa Skills SDK for .NET

![Build status](https://timheuer.visualstudio.com/_apis/public/build/definitions/01aba697-af87-48c2-8bde-627fb90746d8/2/badge)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

Alexa.NET is a helper library for working with Alexa skill requests/responses in C#. Whether you are using the AWS Lambda service or hosting your own service on your server, this library aims just to make working with the Alexa API more natural for a C# developer using a strongly-typed object model.

Expand Down Expand Up @@ -322,8 +323,13 @@ var progressiveResponse = new ProgressiveResponse(skillRequest);
progressiveResponse.SendSpeech("Please wait while I gather your data.");
```

# Community Contributions
Alexa.NET has grown thanks to many suggestions, bug fixes, and direct contributions to the project here. Be sure to give them thanks:
## Contributors

- Steven Pears [@stevenpears](https://twitter.com/stevenpears) - tons of code contributions and extensions
- [IcanBENCHurCAT](https://github.com/IcanBENCHurCAT) - documentation
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 4d7a33f

Please sign in to comment.