Skip to content

Commit

Permalink
Update builder-tools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matiwinnetou committed Apr 2, 2023
1 parent b0bd9dd commit ca19998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/builder-tools.js
Expand Up @@ -789,7 +789,7 @@ export const Showcases = [
},
{
title: "Acca",
description: "Aiken's utility library (extending standard library).",
description: "Aiken's utility library (extending standard library). It takes it's inspiration from libraries like Guava (Java) or Lodash (JavaScript). You can find in this library many missing functions, new data types (e.g. Either<a, b>) also collections (e.g. HashTree<a>, HashList<a>), Stack<a>).",
preview: require("./builder-tools/acca.png"),
website: "https://github.com/Cardano-Fans/acca",
getstarted: null,
Expand Down

0 comments on commit ca19998

Please sign in to comment.