Minor rewording of README.md

This commit is contained in:
Maurizio Porrato 2021-05-15 12:13:48 +01:00
parent be58c25fbd
commit 934270bd7a
Signed by: guru
GPG Key ID: C622977DF024AC24
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
The _uncomplicated browser sync server_ is an implementation of the [xbrowsersync](https://www.xbrowsersync.org/) server API with no external dependencies.
Being written in Go, the server is a standalone statically linked binary using the local filesystem as the datastore by
default and can be built for any operating system and hardware platform supported by the Go compiler, making it ideal
Being written in Go, the server is a standalone statically linked binary; it uses the local filesystem as the datastore
by default and can be built for any operating system and hardware platform supported by the Go compiler, making it ideal
for resource constrained self-hosting scenarios.
## Why
@ -31,10 +31,10 @@ TODO: Suggest deployment setups
## Roadmap
There are a few features missing that I would like to add.
There are a few missing features that I would like to add.
Hig priority:
- **Enforce storage limit**: it's missing in the current implementation but it must be implemented to prevent abuse
- **Enforce storage limit**: it's missing in the current implementation, but it must be implemented to prevent abuse
Nice to have:
- **Rate limiting**: currently it can be enforced by a reverse proxy in front of the API server but would be nice to