Skip to content

Commit b5ad33c

Browse files
committed
README updates
1 parent b9b2aab commit b5ad33c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The Reference UI is a configurable, generic UI meant to work with
44
any [App Search](https://www.elastic.co/cloud/app-search-service) Engine. It
5-
serves as both a functional reference to test changes you make to your Engine,
5+
can serve as a simple demo, a functional test for your Engine data,
66
and also a code reference to use when building out your own App Search
77
UI.
88

99
The project can be configured via a JSON [config file](src/config/engine.json),
10-
which allows you to easily control things like
10+
which allows you to easily control things like:
1111

1212
- What Engine this UI runs against
1313
- What fields are displayed
@@ -17,7 +17,7 @@ A complete list of configuration options can be found [below](#config).
1717

1818
## Setup
1919

20-
### If you just downloaded this via the generator
20+
### If you just downloaded this via the Dashboard
2121

2222
You'll need to install [npm](https://www.npmjs.com/). Once you have "npm"
2323
installed, you should be able to use the `npm` command from within your
@@ -42,8 +42,8 @@ npm start
4242

4343
If you would like to make configuration changes, there is no need to regenerate
4444
this app from your App Search Dashboard! You can simply open up the
45-
[engine.json](src/config/engine.json) file, update the [options](#config), and restart
46-
this app.
45+
[engine.json](src/config/engine.json) file, update the [options](#config),
46+
and restart this app.
4747

4848
### If you're checking this project out directly from github
4949

0 commit comments

Comments
 (0)