-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0x8890
committed
Aug 24, 2015
1 parent
d65456b
commit 1e4dfc6
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "fortune", | ||
"description": "High-level I/O for web applications.", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"license": "MIT", | ||
"author": { | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p>Fortune is a high-level I/O library for web applications. It provides an implementation of <a href="https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model">entity-relationship modelling</a>, is agnostic about data storage, and can be used to power real-time (<a href="http://fortunejs.com/api/#net-websocket">WebSocket</a>) and <a href="https://en.wikipedia.org/wiki/Hypermedia">hypermedia</a> applications (<a href="http://martinfowler.com/articles/richardsonMaturityModel.html">REST Level 3</a>).</p> | ||
<p>The latest version is <strong>{{version}}</strong>, get it from <code>npm</code>:</p> | ||
<p>Version 1.0 was released on 16 August 2015, which should be considered stable. The latest version is <strong>{{version}}</strong>, get it from <code>npm</code>:</p> | ||
<pre class="install"><code>npm install <span class="hljs-literal">fortune</span> <span class="hljs-string">--save</span></code></pre> | ||
<h4>Example</h4> |