Skip to content

Commit 0400ec2

Browse files
author
Nicolas Romanetti
committed
typo
1 parent b9f613c commit 0400ec2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

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

33
[![Build Status](https://travis-ci.org/jaxio/celerio-angular-quickstart.svg?branch=master)](https://travis-ci.org/jaxio/celerio-angular-quickstart)
44

5-
6-
This Angular quickstart uses Angular Cli to create the application skeleton and Celerio
5+
This Angular quickstart uses Angular Cli to create an application skeleton and Celerio
76
to **reverse your relational database schema** and **generate** the Angular + Spring Boot code
87
to access your database content. The generated code covers much more areas than a simple Hello World app (search,
98
pagination, validation, auto-complete, etc.)
109

11-
To generate an application from a sample database, follow the instructions from the [quickstart][] folder.
10+
To generate an application from our sample database, follow the instructions from the [quickstart][] folder.
1211

1312
Take a look at the generated code for yourself. Out of this
1413
[sample SQL schema](https://github.com/jaxio/celerio-angular-quickstart/blob/master/quickstart-conf/01-create.sql)
@@ -24,7 +23,7 @@ is just a matter of configuration. Check as an example our instructions to [use
2423

2524
The following [screencast](https://www.youtube.com/watch?v=MBrgeykyTGs) shows you what to expect.
2625

27-
You may also run a docker image of the sample generated web:
26+
You may also run a docker image of the sample generated webapp:
2827

2928
docker run -p 8080:8080 nromanetti/celerio-angular-quickstart
3029

0 commit comments

Comments
 (0)