Skip to content

Commit

Permalink
Update tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Apr 20, 2024
1 parent 465f04b commit 443b090
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
[![npm version](https://img.shields.io/npm/v/@swan-io/boxed?style=for-the-badge)](https://www.npmjs.org/package/@swan-io/boxed)
[![bundlephobia](https://img.shields.io/bundlephobia/minzip/@swan-io/boxed?label=size&style=for-the-badge)](https://bundlephobia.com/result?p=@swan-io/boxed)

> Utility types for functional TypeScript
> Essential building-blocks for functional & safe TypeScript code
**Boxed** provides functional utility types and functions, while focusing on ease-of-use.
**Boxed** provides essential building-blocks (in the form of types and functions) so that you can write functional, safe TypeScript code.

## Design principles

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Getting started

# Getting started

**Boxed** provides functional utility types and functions, while focusing on ease-of-use.
**Boxed** provides essential building-blocks (in the form of types and functions) so that you can write functional, safe TypeScript code.

```ts
const make = (input) =>
Expand Down
2 changes: 1 addition & 1 deletion docs/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/oceanicNext");
/** @type {import('@docusaurus/types').Config} */
module.exports = {
title: "Boxed",
tagline: "Functional utility types and functions for TypeScript",
tagline: "Essential building-blocks for functional & safe TypeScript code",
url: "https://swan-io.github.io",
baseUrl: "/boxed/",
onBrokenLinks: "throw",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Home() {
return (
<Layout
title={`Boxed: ${siteConfig.tagline}`}
description="Functional utility types and functions for TypeScript"
description="Essential building-blocks for functional & safe TypeScript code"
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit 443b090

Please sign in to comment.