Skip to content

Commit 345a4c6

Browse files
committed
Update README.md
1 parent 0fba00c commit 345a4c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![Version 0.0.1](https://img.shields.io/badge/Version-0.0.1-blue)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![Built with Node.js](https://img.shields.io/badge/Built%20with-TypeScript-green)](https://www.typescriptlang.org/)
66

7-
**'image-size-api-netlify-edge'** is a collection of serverless functions for various image processing tasks hosted on Netlify's Edge platform. While Netlify Edge Functions are known for low latency and efficiency, this project aims to explore their capabilities with demanding, resource-intensive workloads. Leveraging Deno and ImageMagick, it covers tasks like image analysis, conversion, cropping, resizing, and thumbnail generation while exploring how far Netlify Edge Functions can go within their resource constraints when tackling potentially intensive image processing operations.
7+
**'image-api-netlify-edge'** is a collection of serverless functions for various image processing tasks hosted on Netlify's Edge platform. While Netlify Edge Functions are known for low latency and efficiency, this project aims to explore their capabilities with demanding, resource-intensive workloads. Leveraging Deno and ImageMagick, it covers tasks like image analysis, conversion, cropping, resizing, and thumbnail generation while exploring how far Netlify Edge Functions can go within their resource constraints when tackling potentially intensive image processing operations.
88

99
### **Netlify Edge Functions**
1010

@@ -41,8 +41,8 @@ To set up the project locally, follow these steps:
4141
1. **Clone the Repository**:
4242

4343
```bash
44-
git clone https://github.com/samestrin/image-size-api-netlify-edge.git
45-
cd image-size-api-netlify-edge
44+
git clone https://github.com/samestrin/image-api-netlify-edge.git
45+
cd image-api-netlify-edge
4646
```
4747

4848
2. **Install Dependencies**: Ensure you have the required dependencies installed. Use npm or yarn to install any necessary packages.

0 commit comments

Comments
 (0)