Skip to content

Commit

Permalink
Fixed some typos in the readme docs for the client generator.
Browse files Browse the repository at this point in the history
git-svn-id: https://sproutcore.googlecode.com/svn/trunk@81 394f415c-e224-0410-a11c-cb241aa5d150
  • Loading branch information
cjolley committed May 1, 2008
1 parent df66c9f commit 3f959da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== SVN HEAD

* Fixed some typos in the readme docs for the client generator.

* Added automaticOutletFor() that will cause a view to be configured
automatically instead of forcing you to use an outlets array. Useful for when
you are manually constructing your views.
Expand Down
4 changes: 2 additions & 2 deletions generators/client/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Your new SproutCore client application has been created. To access your application, just start sc_sever and visit your client name in the web browser.
Your new SproutCore client application has been created. To access your application, just start sc-sever and visit your client name in the web browser.

If you want to change the deployment settings for the application, add a section for your client in your environment.yaml.
If you want to change the deployment settings for your application edit the sc-config.rb file to get started.
4 changes: 2 additions & 2 deletions generators/client/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ client - Generates a new SproutCore client

USAGE:

./script/generate sc_client client_name
sc-gen client client_name

DISCUSSION:

This generator will create a new SproutCore-based JavaScript application. After the generator completes, you will be able to begin work immediately.

The code created by this generator will appear in a /clients directory. To add models, views, and controllers, you can use the additional generators sc_model, sc_controller, sc_object_controller, sc_collection_controller, and sc_view.
The code created by this generator will appear in a /clients directory. To add models, views, and controllers, you can use the additional generators model, controller, and view.

0 comments on commit 3f959da

Please sign in to comment.