diff --git a/faq.html b/faq.html index eb79e25..6be6e35 100644 --- a/faq.html +++ b/faq.html @@ -28,14 +28,14 @@

FAQ

-

What is io.js?

+

What is io.js?

io.js is a JavaScript platform build on Chrome's V8 runtime. This project began as a fork of Joyent's Node.js™ and is compatible with the npm ecosystem.

Why? io.js aims to provide faster and predictable release cycles. It currently merges in the latest language, API and performance improvements to V8 while also updating libuv and other base libraries.

This project aims to continue development of io.js under an " open governance model" as opposed to corporate stewardship.

-

Version 1.0.x?

+

Version 1.0.x?

io.js has moved to Semver. The choice to release as 1.0.x was not to signify that io.js should be considered production-ready, but because it was a significant enough release from Node.js™ to warrant a major version increment.

diff --git a/index.html b/index.html index 4d51d72..656e576 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@

JavaScript I/O

- Version 1.0.1 (Beta stability) + Version 1.0.1 (Unstable*)
@@ -51,11 +51,16 @@

JavaScript I/O

or Mac.
+
+ + Changelog +

- Nightly releases are available for testing. + Nightly releases are available for testing.
+ * Unstable? Learn more about how we version io.js.

diff --git a/style.css b/style.css index 3492b53..85d22c9 100644 --- a/style.css +++ b/style.css @@ -120,7 +120,6 @@ ul { .release-details { padding-left: 150px; - padding-top: 24px; text-align: left; }