Skip to content

Commit cfd75a2

Browse files
author
graeme
committed
updates to README for 1.0
git-svn-id: https://svn.codehaus.org/grails/trunk@6658 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent d53c987 commit cfd75a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Grails, release 1.0 RC4 (January, 2008)
1+
Grails, release 1.0 (February, 2008)
22
--------------------------------------------------
33
http://grails.org
44

@@ -7,7 +7,7 @@ http://grails.org
77
=============================================================================
88

99

10-
Grails is a web based application framework based on the Groovy language that endorses the DRY (don't repeat yourself) and coding-by-convention philosophies. Grails runs on the Java Virtual Machine and thus has access to the entire Java Platform.
10+
Grails is a web application framework based on the Groovy language that endorses the DRY (don't repeat yourself) and coding-by-convention philosophies. Grails runs on the Java Virtual Machine and thus has access to the entire Java Platform.
1111

1212
With Grails you can easily create web applications thanks to:
1313

@@ -21,14 +21,14 @@ With Grails you can easily create web applications thanks to:
2121

2222
- scaffolding on data access classes for rapid development of CRUD (Create, Read, Update, Delete) operations.
2323

24-
- powerful web framework with dynamic tag libraries and support for Groovy Server Pages (GSP)
24+
- powerful view technology with dynamic tag libraries and support for Groovy Server Pages (GSP)
2525

2626

2727
2. GETTING STARTED
2828
=============================================================================
2929

3030

31-
To get started takes these steps:
31+
To get started follow these steps:
3232

3333
- create a GRAILS_HOME environment variable that points to the path of the Grails distribution (the folder contain this file).
3434

@@ -59,7 +59,7 @@ You can now run the grails command, as follows:
5959
For more info checkout the Grails homepage at http://grails.org
6060

6161

62-
3. UPGRADING / KNOWN ISSUES
62+
3. UPGRADING
6363
=============================================================================
6464

6565

0 commit comments

Comments
 (0)