Skip to content

Commit

Permalink
Make tagline less bombastic
Browse files Browse the repository at this point in the history
  • Loading branch information
hellojwilde committed Jun 7, 2023
1 parent 73aa535 commit d8a8026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "EnergeticAI",
tagline: "Use open-source AI models for your app, up to 67x faster.",
tagline: "Use open-source AI models for your Node.js app.",
favicon: "img/favicon.ico",

// Set the production url of your site here
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ function HomepageHeader() {
export default function Home(): JSX.Element {
return (
<Layout
title={`Use open-source AI models for your app`}
description="EnergeticAI is a distribution of TensorFlow.js optimized for serverless functions, with fast cold-start, small module size, and ease-of-use."
title={`Use open-source AI models for your Node.js app`}
description="EnergeticAI is TensorFlow.js optimized for serverless functions, with fast cold-start, small module size, and ease-of-use."
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit d8a8026

Please sign in to comment.