Skip to content

Commit c4eae3e

Browse files
docs: clarify some points
1 parent ae34fab commit c4eae3e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ Update the values in the `.env` file. The following variables are needed:
118118
- `ALLOWED_HOST`: For remote access via Tailscale (see 'Accessing from Anywhere' below) -- leave blank or set to 'all' if you don't need access from outside your local network
119119

120120
- **Security**
121-
- `APP_USERNAME`: Your username
122-
- `APP_PASSWORD`: Your password
123-
- `JWT_SECRET`: Should be a long, random, and unpredictable string.
121+
- `APP_USERNAME`: A name of your choosing
122+
- `APP_PASSWORD`: A passowrd of your choice
123+
- `JWT_SECRET`: A big, long, hard, random, and unpredictable string.
124124
You can generate one using OpenSSL with the following command in your terminal:
125125
```bash
126126
openssl rand -base64 64
@@ -135,14 +135,14 @@ yarn dev
135135
136136
The server will run over HTTP by default. If you place `cert.pem` and
137137
`key.pem` in a `.certs` directory at the project root (see the HTTPS section
138-
below), it will automatically use those files and start with HTTPS.
138+
below), it will automatically use those files and start with HTTPS. Pretty cool.
139139
140140
## Usage
141141
142-
1. Select a time frame to analyze
143-
1. Choose a tone for the reply suggestions
142+
1. Select a time frame to summarize
143+
1. Choose a tone for reply suggestions
144144
1. Click "go" to generate a conversation summary and some suggested replies of varying length
145-
1. Copy and paste a suggested reply into your conversation
145+
1. Copy your preferred reply to paste into the conversation
146146
147147
## How It Works
148148

0 commit comments

Comments
 (0)