branch: externals/plz
commit 2f48423834f070a96438892f96fbf9a100c2b900
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Docs: Add mascot
---
README.org | 2 ++
images/mascot.png | Bin 0 -> 49535 bytes
2 files changed, 2 insertions(+)
diff --git a/README.org b/README.org
index 45cf09c95c..2ef7ba2702 100644
--- a/README.org
+++ b/README.org
@@ -4,6 +4,8 @@
# Note: This readme works with the org-make-toc
<https://github.com/alphapapa/org-make-toc> package, which automatically
updates the table of contents.
+#+HTML: <img src="images/mascot.png" align="right">
+
#
[[https://melpa.org/#/package-name][file:https://melpa.org/packages/plz-badge.svg]]
[[https://stable.melpa.org/#/package-name][file:https://stable.melpa.org/packages/plz-badge.svg]]
~plz~ is an HTTP library for Emacs. It uses ~curl~ as a backend, which avoids
some of the issues with using Emacs's built-in ~url~ library. It supports both
synchronous and asynchronous requests. Its API is intended to be simple,
natural, and expressive. Its code is intended to be simple and well-organized.
Every feature is tested against [[https://httpbin.org/][httpbin]].
diff --git a/images/mascot.png b/images/mascot.png
new file mode 100644
index 0000000000..e1cf52965b
Binary files /dev/null and b/images/mascot.png differ