From 8a5ea7c1f5820778756db04a2924153ad90bac96 Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Wed, 12 Jun 2013 14:13:05 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0aa7a1..56a7ef5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ define(["jquery", "jquery.alpha", "jquery.beta"], function($) { Just serve up the www/ folder using any web server you'd like. To get you set up quickly, we include a node.js static file server in tools/. Start the server by typing `node tools/server.js` from the command line, and then go to [localhost:8888/www/app.html](http://localhost:8888/www/app.html) in your browser. -###How to optimize ut using r.js +###How to optimize it using r.js To use the optimizer, you need [node.js](http://nodejs.org) or Java 6 installed. These instructions assume Node is being used. See the [Optimization page](http://requirejs.org/docs/optimization.html) for more information. r.js and a build configuration is included in the tools/ folder. To build, navigate to tools/ and type `node r.js -o build.js`. You will find the built product in the www-build folder. If you serve that directory instead, you can see in the network panel of the web developer tools that the files aren't loaded separately any more.