Skip to content

Commit

Permalink
Fixed README for fromJson hyperlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsadita committed May 30, 2015
1 parent 828c6bd commit 37e883c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,9 @@ console.log(JSON.stringify(table))
```


#### instance.fromJSON(json)
#### instance.fromJSON(obj)

Populate the table from json, should match the `toJSON` output above.
Populate the table from json object, should match the `toJSON` output above.

**Alias**: [`parse`]

Expand Down Expand Up @@ -652,4 +652,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 37e883c

Please sign in to comment.