Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
deftio committed Nov 12, 2024
1 parent 435a822 commit 71a086d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Quikchat is a vanilla (no dependancies) JavaScript chat control that can be easily integrated into web applications. It provides a customizable chat interface with support for hiding and showing a title area and the input area.

[Article on Using Quickchat](https://medium.com/gitconnected/quikchat-4be8d4a849e5?sk=ac745ae60a3521a9fbca6b748d4da48a)

## Features

* Themeable with CSS (examples for light and dark)
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<img src="https://github.com/deftio/quikchat/actions/workflows/ci.yml/badge.svg" alt="CI"></p>
<h1 id="quikchat-js">QuikChat (js)</h1>
<p>Quikchat is a vanilla (no dependancies) JavaScript chat control that can be easily integrated into web applications. It provides a customizable chat interface with support for hiding and showing a title area and the input area.</p>
<p><a href="https://medium.com/gitconnected/quikchat-4be8d4a849e5?sk=ac745ae60a3521a9fbca6b748d4da48a">Article on Using Quickchat</a></p>
<h2 id="features">Features</h2>
<ul>
<li>Themeable with CSS (examples for light and dark)</li>
Expand Down Expand Up @@ -245,4 +246,5 @@ <h2 id="license">License</h2>
<p>quikchat is licensed under the BSD-2 License.</p>
<h2 id="home-page">Home Page</h2>
<p><a href="https://github.com/deftio/quikchat">quikchat homepage and source code</a></p>
<br>
</body></html>

0 comments on commit 71a086d

Please sign in to comment.