Browse Source

Merge pull request #313 from Nanofus/patch-1

Update lovers.js
pull/326/head
Matt Holt 9 years ago
parent
commit
1b255a99a4
  1. 6
      resources/js/lovers.js

6
resources/js/lovers.js

@ -66,5 +66,11 @@ var peopleLovePapa = [
name: "Appstax", name: "Appstax",
description: "uses Papa Parse to import and export CSV data in their visual databrowser.", description: "uses Papa Parse to import and export CSV data in their visual databrowser.",
quote: "Papa is a great for parsing CSV. And what a great tone of voice - love it!" quote: "Papa is a great for parsing CSV. And what a great tone of voice - love it!"
},
{
link: "https://github.com/Nanofus/novel.js",
name: "Novel.js",
description: "is a text adventure framework that uses Papa Parse to enable user-friendly translations.",
quote: "Papa saves countless hours of work and makes reading large CSV files so easy!"
} }
]; ];

Loading…
Cancel
Save