Skip to content

Commit 70fb178

Browse files
committed
docs(readme): update
1 parent a6012fe commit 70fb178

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
/>
77
</p>
88

9-
# 🚀 Spirit
9+
# 🚀 Spacebin
1010

1111
[![codecov](https://codecov.io/gh/orca-group/spirit/branch/develop/graph/badge.svg?token=NNZDS74DB1)](https://codecov.io/gh/orca-group/spirit) [![GitHub license](https://img.shields.io/github/license/orca-group/spirit?color=%20%23e34b4a&logoColor=%23000000)](LICENSE) [![Build](https://github.com/orca-group/spirit/actions/workflows/build.yml/badge.svg?branch=develop)](https://github.com/orca-group/spirit/actions/workflows/build.yml)
1212
[![Go report card](https://goreportcard.com/badge/github.com/orca-group/spirit)](https://goreportcard.com/report/github.com/orca-group/spirit)
1313

14-
Spirit is the primary implementation of the Spacebin Server, written in Go and maintained by the Orca Group. Spacebin itself is a standardized pastebin server, that's capable of serving notes, novels, code or any other form of text!
14+
Spacebin is a modern Pastebin server implemented in Go and maintained by Luke Whritenour. It is capable of serving notes, novels, code, or any other form of text! Spacebin was designed to be fast and reliable, avoiding the problems of many current pastebin servers. Spacebin features JavaScript-based text highlighting, but works completely fine with JS disabled. Besides text highlighting, we have many more features in the works. It is entirely self-hostable, and available in a Docker image.
1515

16-
Pastebin's are a type of online content storage service where users can store plain text document, e.g. program source code. For more information and the history of Pastebin see Wikipedia's [article on them](https://en.wikipedia.org/wiki/Pastebin).
16+
Pastebins are a type of online content storage service where users can store plain text document, e.g. program source code. For more information and the history of Pastebin see Wikipedia's [article on them](https://en.wikipedia.org/wiki/Pastebin).
1717

1818
## Table of Contents
1919

20-
- [🚀 Spirit](#-spirit)
20+
- [🚀 Spacebin](#-spacebin)
2121
- [Table of Contents](#table-of-contents)
2222
- [Documentation](#documentation)
2323
- [Self-hosting](#self-hosting)
@@ -58,13 +58,13 @@ Since Spirit supports `multipart/form-data` uploads, it's extremely easy to use
5858
**To upload a string of text:**
5959

6060
```sh
61-
curl -v -F content="Hello, world!" https://spaceb.in/api | jq payload.id
61+
curl -v -F content="Hello, world!" https://spaceb.in/ | jq payload.id
6262
```
6363

6464
**To upload from a file:**
6565

6666
```sh
67-
curl -v -F content=@helloworld.txt https://spaceb.in/api | jq payload.id
67+
curl -v -F content=@helloworld.txt https://spaceb.in/ | jq payload.id
6868
```
6969

7070
### API
@@ -73,11 +73,11 @@ Work in progress. Check out the documentation website: [docs.spaceb.in](https://
7373

7474
## Credits
7575

76-
Spacebin (and Spirit) is a project by Luke Whritenour, associated with the [Orca Group](https://github.com/orca-group)&mdash;a developer collective. Spirit was forked from [hastebin](https://github.com/toptal/haste-server) by John Crepezzi (now managed by Toptal), and although it no longer contains **any** code from the original we'd like to thank him regardless. Spirit itself is built using [Chi](https://github.com/go-chi/chi), and [pq](https://github.com/lib/pq), [Ozzo Validation](https://github.com/go-ozzo/ozzo-validation), [Cron](https://github.com/robfig/cron), [env](https://github.com/caarlos0/env), and (of course) [Go](https://go.dev/) itself!
76+
Spacebin (and all other associated programs) is a project designed and maintained by Luke Whritenour. Spirit was forked from [hastebin](https://github.com/toptal/haste-server) by John Crepezzi (now managed by Toptal), and although it no longer contains **any** code from the original we'd like to thank him regardless. Spirit itself is built using [Chi](https://github.com/go-chi/chi), and [pq](https://github.com/lib/pq), [Ozzo Validation](https://github.com/go-ozzo/ozzo-validation), [Cron](https://github.com/robfig/cron), [env](https://github.com/caarlos0/env), and (of course) [Go](https://go.dev/) itself!
7777

7878
You can see a full list of code contributors to Spirit [here, on Github](https://github.com/orca-group/spirit/graphs/contributors).
7979

80-
Additionally, we'd like to thank [@uwukairi](https://github.com/uwukairi) for designing our logo/brand.
80+
Additionally, we'd like to thank [@jackdorland](https://github.com/jackdorland) for designing our logo/brand.
8181

8282
## Vulnerabilities
8383

0 commit comments

Comments
 (0)