🏡 index : ~doyle/bin.git

author Jordan Doyle <jordan@doyle.la> 2020-04-12 15:42:37.0 +01:00:00
committer GitHub <noreply@github.com> 2020-04-12 15:42:37.0 +01:00:00
commit
ff3d193734f20ef00622061c169dd971ba226be7 [patch]
tree
39ea4365a472f1b0295916a4ef07c4cf018af67c
parent
2b53d0a34c85324f103a05679a26fcf8de17c417
download
ff3d193734f20ef00622061c169dd971ba226be7.tar.gz

Update README.md



Diff

 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
+++ a/README.md
@@ -1,9 +1,9 @@
# bin
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 @@
##### 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
```