From 81b389ee3ad2fa532b9247ee9e9d26ad1b147f66 Mon Sep 17 00:00:00 2001 From: Shawn Charles <62077627+CharlesCreativeContent@users.noreply.github.com> Date: Sat, 20 Sep 2025 22:37:37 -0400 Subject: [PATCH] Update feature page link 404 error Changed the link of the feature page that currently sends to a 404 page (https://runware.ai/features/) and updated it to the features list in the documentation (https://runware.ai/docs/en/getting-started/introduction#api-features). --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 98b520b..adf59b9 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Runware Javascript & Typescript SDK -> This SDK is used to run AI image generation with the Runware API, powered by the RunWare inference platform. With this SDK you can generate images with text-to-image and image-to-image with sub-second inference times. It also allows the use of an existing library of more than 150k models, including any model or LoRA from the CivitAI gallery. The API also supports upscaling, background removal, inpainting, outpainting, ControlNets, and more. Visit the Runware site for [detailed feature breakdown](https://runware.ai/features/). +> This SDK is used to run AI image generation with the Runware API, powered by the RunWare inference platform. With this SDK you can generate images with text-to-image and image-to-image with sub-second inference times. It also allows the use of an existing library of more than 150k models, including any model or LoRA from the CivitAI gallery. The API also supports upscaling, background removal, inpainting, outpainting, ControlNets, and more. Visit the Runware site for [detailed feature breakdown](https://runware.ai/docs/en/getting-started/introduction#api-features). ## Get API access