Skip to content

Commit eb16ed3

Browse files
committed
fix(doc): Use correct spelling of GoSƐ in README
Signed-off-by: Steffen Vogel <[email protected]>
1 parent 279d6f5 commit eb16ed3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Check our my [blog article](https://noteblok.net/2022/04/03/gos%c9%9b-a-terascal
4949
- All state is kept in the S3 storage backend
5050
- No other database or cache is required
5151
- Direct up & download to Amazon S3 via presigned URLs
52-
- Gose deployment does not see an significant traffic
52+
- GoSƐ deployment does not see an significant traffic
5353
- UTF-8 filenames
5454
- Multiple user-selectable buckets / servers
5555
- Optional link shortening via an external service
@@ -67,7 +67,7 @@ Checkout the [Github issue tracker](https://github.com/stv0g/gose/issues?q=is%3A
6767

6868
<p align="center">
6969
<a href="https://gose.0l.de">
70-
<img style="max-width: 400px" src="https://user-images.githubusercontent.com/285829/161408820-f0f304ff-2066-462a-98d6-d59a79889d83.gif" alt="Gose demo screencast" />
70+
<img style="max-width: 400px" src="https://user-images.githubusercontent.com/285829/161408820-f0f304ff-2066-462a-98d6-d59a79889d83.gif" alt="GoSƐ demo screencast" />
7171
</a>
7272
</p>
7373

@@ -113,7 +113,7 @@ docker compose up -d
113113

114114
## Configuration
115115

116-
Gose can be configured via a configuration file and/or environment variables
116+
GoSƐ can be configured via a configuration file and/or environment variables
117117

118118
### File
119119

@@ -126,7 +126,7 @@ All settings from the configuration file can also be set via environment variabl
126126
| Variable | Default Value | Description |
127127
| :-- | :-- | :-- |
128128
| `GOSE_LISTEN` | `":8080"` | Listen address and port of Gose |
129-
| `GOSE_BASE_URL` | `"http://localhost:8080"` | Base URL at which Gose is accessible |
129+
| `GOSE_BASE_URL` | `"http://localhost:8080"` | Base URL at which GoSƐ is accessible |
130130
| `GOSE_STATIC` | `"./dist"` | Directory of frontend assets (pre-compiled binaries of GoSƐ come with assets embedded into binary.) |
131131
| `GOSE_BUCKET` | `gose-uploads` | Name of S3 bucket |
132132
| `GOSE_ENDPOINT` | (without `http(s)://` prefix, but with port number) | Hostname:Port of S3 server |

0 commit comments

Comments
 (0)