From ff3d193734f20ef00622061c169dd971ba226be7 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 12 Apr 2020 15:42:37 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cf088f..71f8337 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ a paste bin. A paste bin that's actually minimalist. No database requirement, no commenting functionality, no self-destructing or time bomb messages and no social media integration—just an application to quickly send snippets of text to people. -[bin](https://bin.doyle.la/) is written in Rust in around 200 lines of code. It's fast, it's simple, there's code highlighting and you can ⌘+A without going to the 'plain' page. It's revolutionary in the paste bin industry, disrupting markets and pushing boundaries never seen before. +[bin](https://bin.gy/) is written in Rust in around 200 lines of code. It's fast, it's simple, there's code highlighting and you can ⌘+A without going to the 'plain' page. It's revolutionary in the paste bin industry, disrupting markets and pushing boundaries never seen before. ##### so how do you get bin? @@ -36,9 +36,9 @@ bin's only configuration value is `BIN_BUFFER_SIZE` which defaults to 2000. Chan ##### is there curl support? ```bash -$ curl -X PUT --data 'hello world' bin.doyle.la -https://bin.doyle.la/cateettary -$ curl https://bin.doyle.la/cateettary +$ curl -X PUT --data 'hello world' https://bin.gy +https://bin.gy/cateettary +$ curl https://bin.gy/cateettary hello world ``` -- libgit2 1.7.2