From 203aaaa4d0d21d0d6b7ff2fb5a10163a72631027 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sun, 5 Jun 2011 13:45:31 -0700 Subject: [PATCH] Clean up README.md, sync with project page. --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4b06aea7..e4a67c51 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ -PhantomJS is a minimalistic, headless, WebKit-based JavaScript-driven tool. +PhantomJS ([www.phantomjs.org](http://phantomjs.org)) is a headless WebKit with JavaScript API. -It has native (and high performant) support for DOM handling, CSS selector, -JSON, Canvas, and SVG. +It has **fast** and **native** support for DOM handling, CSS selector, JSON, Canvas, and SVG. -Read the [announcement blog post](http://goo.gl/sZfM7). - -PhantomJS runs on Linux, Windows, and Mac OS X. Refer to the -[build instructions](http://code.google.com/p/phantomjs/wiki/BuildInstructions) +PhantomJS is cross-platform, it can be compiled for Linux, Windows, FreeBSD, and Mac OS X. +Refer to the [build instructions](http://code.google.com/p/phantomjs/wiki/BuildInstructions) for details. +PhantomJS scripts can be written in JavaScript or [CoffeeScript](http://jashkenas.github.com/coffee-script/). + See also [quick start guide](http://code.google.com/p/phantomjs/wiki/QuickStart) and more [advanced examples](http://code.google.com/p/phantomjs/wiki/ServiceIntegration) which show various PhantomJS scripts, covering: @@ -24,5 +23,4 @@ which show various PhantomJS scripts, covering: Do not forget to consult the concise [API Reference](http://code.google.com/p/phantomjs/wiki/Interface). -If you want to contribute, please read the [Contribution -Guide](http://code.google.com/p/phantomjs/wiki/ContributionGuide). +If you want to contribute, please read the [Contribution Guide](http://code.google.com/p/phantomjs/wiki/ContributionGuide).