Skip to content

Commit 88ae716

Browse files
committed
minor copy tweeks to readme
1 parent d80e398 commit 88ae716

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ There is a live example om the [website](https://imtala.com/).
1313

1414
### Installation
1515

16-
Install a node package mananger:
16+
You can install using npm or another package manager.
1717

18-
You can use npm to install globally with
18+
With npm, install globally with
1919
```
2020
npm i -g @imtala/cli
2121
```
@@ -28,7 +28,9 @@ npm i @imtala/cli
2828

2929
## Usage
3030

31-
Run `imtala help` for commands and usage, or see below
31+
Start imtala with the command `imtala serve`, or run `imtala help` for commands and usage.
32+
33+
Once you have started imtala, access the web client using a browser. From here you can add and configure connections. You can also use the cli to preload an introspection file, or generate a static documentation site.
3234

3335
### `imtala help`
3436

0 commit comments

Comments
 (0)