Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Oct 18, 2023
1 parent 24270ac commit 3acde16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Documentation](https://urami.dev)

Urami, automatic image optimization for all!
Urami (浦見), automatic image optimization for all!

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Since [Next.js 10](https://nextjs.org/blog/next-10), **Automatic Image Optimization** has been introduced which is great for optimizing images on the fly, but it's an exclusive feature for Next.js.

**Urami** is an implementation of the same concept but it's a **universal** solution that works with any JavaScript web framework. There's 2 parts to it:
**Urami (浦見)** is an implementation of the same concept but it's a **universal** solution that works with any JavaScript web framework. There's 2 parts to it:

1. Add **Urami core** to your server endpoint.
2. Add **Urami components** to render optimized images on the client. You can build your own components or use the ones provided by us, or the community.
Expand Down

0 comments on commit 3acde16

Please sign in to comment.