Skip to content

Commit

Permalink
Removed broken badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed May 16, 2020
1 parent c5b06a5 commit a6b9ead
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
<h4 align="center">A Feature Rich Chat Client for Teneo</h4>

<div align="center">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/jolzee/cleopard-chat-ui-teneo?style=plastic" target="_blank" />
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/jolzee/leopard-chat-ui-teneo?style=plastic" target="_blank" />
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/jolzee/leopard-chat-ui-teneo?style=plastic" target="_blank" />
<img alt="GitHub" src="https://img.shields.io/github/license/jolzee/leopard-chat-ui-teneo?style=plastic" target="_blank" />
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg?style=plastic" target="_blank" />
<img alt="GitHub top language" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg?style=plastic" target="_blank" />
<a href="https://jolzee.gitbook.io/leopard/">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg?style=plastic" target="_blank" />
</a>
<img alt="Build Status" src="https://travis-ci.org/jolzee/leopard-chat-ui-teneo.svg?branch=master)](https://travis-ci.org/jolzee/leopard-chat-ui-teneo" target="_blank" />
<a href="https://twitter.com/jolzee">
<img alt="Twitter: jolzee" src="https://img.shields.io/twitter/follow/jolzee.svg?style=plastic" target="_blank" />
</a>
Expand All @@ -24,6 +23,7 @@
<a href="#installation">Installation</a> •
<a href="#features">Features</a> •
<a href="#documentation">Documentation</a> •
<a href="https://jolzee.github.io/leopard-chat-ui-teneo/" target="_blank">Demo</a> •
<a href="#contributing">Contributing</a> •
<a href="#author">Author</a> •
<a href="#support">Support</a> •
Expand All @@ -38,11 +38,11 @@
<tr>
<td>

**Leopard Chat UI** is a **feature rich** chat client for <a href="https://www.teneo.ai/" target="_blank">Teneo</a>. Teneo is capable of returning rich data along with each response and Leopard leverages these responses to present an interactive experience.
**Leopard Chat UI** is a **feature rich** chat client for <a href="https://www.teneo.ai/" target="_blank">Teneo</a>. Teneo is capable of returning rich data along with each response and Leopard leverages these responses to present an interactive chat experience.

Leopard can be used in both production and in a Sales Engineering modes. The Sales Engineering mode allows for numerous conversational demonstrations to be easily configured, deep linked to or shared.

Leopard exposes an administration interface where you can tweak the look and feel of the chat UI per conversational solution.
An administration interface is provided where you can tweak the look and feel of the chat UI per conversational solution.

<a href="http://lychee.joles.xyz/#15895788995003" target="_blank"><img src="https://github.com/jolzee/assets/raw/master/leopard/screenshots.png" alt="Leopard Chat"></a>

Expand All @@ -58,19 +58,12 @@ Leopard exposes an administration interface where you can tweak the look and fee

##### Windows Users

<table>
<tr>
<td>
If you're developing on windows you will most likely have to install `node-gyp` before you attempt to run `npm install`. You will need to compile some native node modules. To enable this on Windows you can run this one liner. It's going to take a while to complete but it only has to be run once. Start **PowerShell as Administrator** and run:

```sh
npm install --global windows-build-tools
```

</td>
</tr>
</table>

#### Downloading and installing steps:

```sh
Expand Down

0 comments on commit a6b9ead

Please sign in to comment.