From f3acfb9da40c607d124a1503eedd9b047419bec6 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 27 Dec 2023 14:56:29 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0383ff7..47bdf6d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Haste is an open-source pastebin software written in node.js, which is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores. A publicly available -version can be found at [hastebin.com](http://hastebin.com) +version can be found at [haste.nixc.us](http://haste.nixc.us) Major design objectives: @@ -11,8 +11,8 @@ Major design objectives: * Be really simple * Be easy to set up and use -Haste works really well with a little utility called -[haste-client](https://github.com/seejohnrun/haste-client), allowing you +Haste works really well with a little utility called (planned a migration) +*planned [haste-client](https://git.nixc.us/Nixius/haste-client), allowing you to do things like: `cat something | haste` @@ -200,7 +200,9 @@ You can optionally add the `user` and `password` properties to use a user system ## Author -John Crepezzi +John Crepezzi [original author retired from project] + +Colin_ [use the git issues I might add another point of contact at some point.] ## License