Permalink
Browse files

Update docs

  • Loading branch information...
1 parent 4214b18 commit 35d64e376c6a7e8040645af4875b1fdde767e1b7 @stojanovic committed with Feb 21, 2017
Showing with 10 additions and 16 deletions.
  1. +2 −0 .gitignore
  2. +8 −16 README.md
View
@@ -1 +1,3 @@
node_modules
+.DS_Store
+coverage
View
@@ -1,3 +1,8 @@
+<h1 align="center">
+  <img width="150" src="alexa-skill-kit.png" alt="Alexa Skill Kit">
+  <br>
+</h1>
+
# Alexa Skill Kit
[![](https://travis-ci.org/stojanovic/alexa-skill-kit.svg?branch=master)](https://travis-ci.org/stojanovic/alexa-skill-kit)
@@ -6,22 +11,9 @@
Library for effortless Alexa Skill development with AWS Lambda.
-<h1 align="center">
-  <img width="150" src="alexa-skill-kit.png" alt="Alexa Skill Kit">
-  <br>
-</h1>
-
-In this documentation:
-
-- [Installation guide](#installation)
-- [Usage](#usage)
- - [Replying with a simple text](#replying-with-a-simple-text)
- - [Replying with an object](#replying-with-an-object)
- - [More complex replies](#more-complex-replies)
- - [Async replies](#async-replies)
-- [API reference](#api-reference)
-- [How to contribute](#contribute)
-- [License](#license)
+| [🚀 Installation](#installation) | [🤖 Usage](#usage) | [📕 API reference](#api-reference) | [🤘 How to contribute](#contribute) | [⚖️ License](#license) |
+| -------------------------------- | -----------------: | ---------------------------------- | ----------------------------------- | ---------------------- |
+| | | | | |
## Installation

0 comments on commit 35d64e3

Please sign in to comment.