24
1
Fork 0

Fixed a few minor formatting issues

Added a few commas, deleted an extra period
This commit is contained in:
CLASSIFIED 2020-06-08 21:47:39 -05:00 committed by GitHub
parent 5fb9e395d5
commit 25d41073b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,20 +32,20 @@ A file sharing experiment which allows you to send encrypted files to other user
- [Node.js 10.x](https://nodejs.org/)
- [Redis server](https://redis.io/) (optional for development)
- [AWS S3](https://aws.amazon.com/s3/) or compatible service. (optional)
- [AWS S3](https://aws.amazon.com/s3/) or compatible service (optional)
---
## Development
To start an ephemeral development server run:
To start an ephemeral development server, run:
```sh
npm install
npm start
```
Then browse to http://localhost:8080
Then, browse to http://localhost:8080
---