Skip to content

Commit 7306fc1

Browse files
authored
docs(README): fix typos (#421)
1 parent 08abc13 commit 7306fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A web-based UI for ActivityWatch, built with Vue.js
88

99
## Getting started
1010

11-
Getting started with setting up the development environment is pretty straight forward:
11+
Getting started with setting up the development environment is pretty straightforward:
1212

1313
```bash
1414
# Start an instance of aw-server running in testing mode (on port 5666, with a separate database),
@@ -63,7 +63,7 @@ Once you've put the files in the directories, you may have to do a hard refresh
6363

6464
### Using your main install's data
6565

66-
If you want to actively iterate on `aw-webui` with your local production data (with your production server running), you'll want to use a development build, automatically update it, and connect to your production data. To do this, in `aw-webui` soruce directory, in one terminal window run:
66+
If you want to actively iterate on `aw-webui` with your local production data (with your production server running), you'll want to use a development build, automatically update it, and connect to your production data. To do this, in `aw-webui` source directory, in one terminal window run:
6767

6868
```bash
6969
AW_SERVER_URL="'http://localhost:5600'" npx vue-cli-service build --watch --dest=../aw-server/static

0 commit comments

Comments
 (0)