Skip to content

Commit

Permalink
Added badges and updated version to 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhowe committed Nov 24, 2020
1 parent 3da27b7 commit f634202
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# lemme-know-bot

[![Build Status][gh-actions-badge]][gh-actions] [![Clojars Project][clojars-badge]][clojars] [![Clojure Docs][cljdoc-badge]][cljdoc-link] [![Clojure version][clojure-v]](project.clj)

A Telegram Bot that mentions you when your specified text in a chat matches.

## Installation
Expand All @@ -9,7 +11,7 @@ Using the lemme-know-bot code in your own project.
Leiningen/Boot Project file

```clojure
[lemme-know-bot "0.1.0-SNAPSHOT"]
[lemme-know-bot "0.1.0"]
```

### Include the Library
Expand Down Expand Up @@ -75,3 +77,15 @@ Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at <https://www.gnu.org/software/classpath/license.html>.

----

<!-- Named page links below: /-->

[gh-actions-badge]: https://github.com/wdhowe/lemme-know-bot/workflows/ci%2Fcd/badge.svg
[gh-actions]: https://github.com/wdhowe/lemme-know-bot/actions
[cljdoc-badge]: https://cljdoc.org/badge/lemme-know-bot/lemme-know-bot
[cljdoc-link]: https://cljdoc.org/d/lemme-know-bot/lemme-know-bot/CURRENT
[clojure-v]: https://img.shields.io/badge/clojure-1.10.0-blue.svg
[clojars]: https://clojars.org/lemme-know-bot
[clojars-badge]: https://img.shields.io/clojars/v/lemme-know-bot.svg
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject lemme-know-bot "0.1.0-SNAPSHOT"
:description "A Telegram Bot that sends you a message when the specified text in a chat matches."
(defproject lemme-know-bot "0.1.0"
:description "A Telegram Bot that mentions you when the specified text in a chat matches."
:url "https://github.com/wdhowe/lemme-know-bot"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
Expand Down

0 comments on commit f634202

Please sign in to comment.