@@ -128,8 +128,8 @@ <h3>PL/pgSQL code maintenance made easy</h3>
128128 < div class ="container ">
129129 < div class ="row ">
130130 < div class ="col-sm-12 text-center ">
131- < h2 > A tool for easier PostgreSQL development</ h2 >
132- < p class ="lead text-about "> Finds differences between database objects and creates migration scripts, interactively or automatically.</ p >
131+ < h2 > PostgreSQL schema development tool </ h2 >
132+ < p class ="lead text-about "> Easily find differences between database objects and create migration scripts, interactively or automatically.</ p >
133133 </ div >
134134 </ div >
135135 </ div >
@@ -151,7 +151,7 @@ <h2>Features</h2>
151151 < div class ="text-content ">
152152 < p class ="feature-title "> Compare databases</ p >
153153 < p class ="text-descr ">
154- Comparing database code is very easy now . Compare live DB instances,
154+ Comparing database code is made easy with pgCodeKeeper . Compare live DB instances,
155155 pg_dump output, as well as pgCodeKeeper projects.
156156 </ p >
157157 </ div >
@@ -170,7 +170,7 @@ <h2>Features</h2>
170170 < div class ="text-content ">
171171 < p class ="feature-title "> Generate migration scripts</ p >
172172 < p class ="text-descr ">
173- Generate migration scripts via a user-friendly interface. You can use both
173+ Generate migration scripts in a user-friendly interface. You can use both
174174 live DB instances and DB dumps as initial data.
175175 You can also compare pgCodeKeeper projects — useful when working with versions control systems.
176176 </ p >
@@ -192,7 +192,7 @@ <h2>Features</h2>
192192 < p class ="text-descr ">
193193 pgCodeKeeper is an Eclipse IDE plug-in. The DB code is saved as an Eclipse project, and the
194194 project can be tracked under any of the versions control systems supported by Eclipse — Git, SVN,
195- Mercurial, CVS and many others.
195+ Mercurial, CVS and others.
196196 </ p >
197197 </ div >
198198 </ div >
@@ -212,7 +212,7 @@ <h2>Features</h2>
212212 < p class ="text-descr ">
213213 < a href ="https://github.com/pgcodekeeper/pgcodekeeper/releases " data-toggle ="tooltip " data-placement ="top "
214214 title ="Download pgCodeKeeper CLI "> pgCodeKeeper-cli</ a >
215- can work in non-interactive mode , which is convenient when setting up
215+ can work non-interactively , which is convenient when setting up
216216 continuous integration pipelines.
217217 </ p >
218218 </ div >
0 commit comments