Skip to content

Commit

Permalink
Update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Sep 22, 2024
1 parent 35c866d commit fff186b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ Welcome to Fmt, your go-to companion for Ruby string templating – simple, vers

## Table of Contents

- [What's Fmt, and why should you care?](#whats-fmt-and-why-should-you-care)
- [Getting Started: It's a Breeze!](#getting-started-its-a-breeze)
- [Usage: Your Formatting Adventure Begins](#usage-your-formatting-adventure-begins)
- [Macros: The Secret Sauce](#macros-the-secret-sauce)
- [Pipelines: Unleashing the Power of Chained Macros](#pipelines-unleashing-the-power-of-chained-macros)
- [Supported Methods: The Ultimate Answer to Formatting](#supported-methods-the-ultimate-answer-to-formatting)
- [Rainbow GEM: The Color of Magic](#rainbow-gem-the-color-of-magic)
- [Composition: The Art of the Template](#composition-the-art-of-the-template)
- [Embedded Templates: Nesting with Infinite Possibilities](#embedded-templates-nesting-with-infinite-possibilities)
- [Customizing Fmt: Create Your Own Extensions](#customizing-fmt-create-your-own-extensions)
- [A Final Note](#a-final-note)
- [Sponsors: Our Awesome Supporters](#sponsors-our-awesome-supporters)
- [What's Fmt, and why should you care?](#whats-fmt-and-why-should-you-care)
- [Getting Started: It's a Breeze!](#getting-started-its-a-breeze)
- [Usage: Your Formatting Adventure Begins](#usage-your-formatting-adventure-begins)
- [Macros: The Secret Sauce](#macros-the-secret-sauce)
- [Pipelines: Unleashing the Power of Chained Macros](#pipelines-unleashing-the-power-of-chained-macros)
- [Supported Methods: The Ultimate Answer to Formatting](#supported-methods-the-ultimate-answer-to-formatting)
- [Rainbow GEM: The Color of Magic](#rainbow-gem-the-color-of-magic)
- [Composition: The Art of the Template](#composition-the-art-of-the-template)
- [Embedded Templates: Nesting with Infinite Possibilities](#embedded-templates-nesting-with-infinite-possibilities)
- [Customizing Fmt: Create Your Own Extensions](#customizing-fmt-create-your-own-extensions)
- [Performance: Fast Formatting](#performance-fast-formatting)
- [Sponsors: Our Awesome Supporters](#sponsors-our-awesome-supporters)

<!-- Tocer[finish]: Auto-generated, don't remove. -->

Expand Down Expand Up @@ -252,11 +252,7 @@ Fmt isn't just pretty – it's quick too!
> [!NOTE]
> While Fmt is optimized for performance, remember that complex pipelines might take a tad longer.
## A Final Note

Remember, Fmt is here to make your life easier. While it might not solve all of life's mysteries, it certainly makes string formatting a breeze!

Happy formatting!
**Happy formatting!**

## Sponsors: Our Awesome Supporters

Expand Down
2 changes: 1 addition & 1 deletion fmt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.authors = ["Nate Hopkins (hopsoft)"]
s.email = ["[email protected]"]

s.summary = "A simple template engine based on native Ruby String formatting mechanics"
s.summary = "Pipeline driven template engine based on native Ruby String formatting"
s.description = s.summary
s.homepage = "https://github.com/hopsoft/fmt"
s.license = "MIT"
Expand Down

0 comments on commit fff186b

Please sign in to comment.