From 2bbfee7b2fbf501a2c1025f72ca231fc84e44b15 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Tue, 8 Feb 2022 11:43:32 +0530 Subject: [PATCH] replace non-ASCII emojis with GitHub hosted equivalent images (#148) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d5bbe3e..457b842 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ --- -# ⭐️ Introduction +# Introduction Waybackpy is a [Python package](https://www.udacity.com/blog/2021/01/what-is-a-python-package.html) and a [CLI](https://www.w3schools.com/whatis/whatis_cli.asp) tool that interfaces with the [Wayback Machine](https://en.wikipedia.org/wiki/Wayback_Machine) API. @@ -31,7 +31,7 @@ Waybackpy is a [Python package](https://www.udacity.com/blog/2021/01/what-is-a-p These three APIs can be accessed via the waybackpy either by importing it in a script or from the CLI. -## 🏗 Installation +## Installation **Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)), from [PyPI](https://pypi.org/) (recommended)**: @@ -55,7 +55,7 @@ conda install -c conda-forge waybackpy pip install git+https://github.com/akamhy/waybackpy.git ``` -## 🐳 Docker Image +## Docker Image Docker Hub : @@ -63,7 +63,7 @@ Docker Hub : RAUDI is a tool by SecSI (), an Italian cybersecurity startup. -## 🚀 Usage +## Usage ### As a Python package @@ -132,7 +132,7 @@ Demo video on [asciinema.org](https://asciinema.org), you can copy the text from > CLI documentation is at . -## 🛡 License +## License [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/akamhy/waybackpy/blob/master/LICENSE)