mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Rename the project to 'telebofr'
It means 'Telegram Bot For Rust'
This commit is contained in:
parent
44f4bcbc64
commit
8d4731d6d6
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "async-telegram-bot"
|
||||
name = "telebofr"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 async-telegram-bot
|
||||
Copyright (c) 2019 telebofr
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
10
README.md
10
README.md
|
@ -1,17 +1,17 @@
|
|||
|
||||
<div align="center">
|
||||
<h1>async-telegram-bot</h1>
|
||||
<h1>telebofr</h1>
|
||||
|
||||
<a href="https://docs.rs/async-telegram-bot/">
|
||||
<a href="https://docs.rs/telebofr/">
|
||||
<img src="https://img.shields.io/badge/docs.rs-link-blue.svg">
|
||||
</a>
|
||||
<a href="https://travis-ci.com/async-telegram-bot/async-telegram-bot">
|
||||
<img src="https://travis-ci.com/async-telegram-bot/async-telegram-bot.svg?branch=dev" />
|
||||
<a href="https://travis-ci.com/telebofr/telebofr">
|
||||
<img src="https://travis-ci.com/telebofr/telebofr.svg?branch=dev" />
|
||||
</a>
|
||||
<a href="LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
|
||||
</a>
|
||||
<a href="https://crates.io/crates/async-telegram-bot">
|
||||
<a href="https://crates.io/crates/telebofr">
|
||||
<img src="https://img.shields.io/badge/crates.io-v0.1.0-orange.svg">
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue