From 5e7c2c3ddd954502dac5efc687a27f2c181fe9e2 Mon Sep 17 00:00:00 2001 From: eshwar Date: Mon, 9 Mar 2026 12:49:24 +0530 Subject: [PATCH] Update Hosting API description #2612 (#2620) * Update Hosting API description #2612 * Update copy and fix minor formatting * Update copy 'deployment' --------- Co-authored-by: artyz <90192969+artysking@users.noreply.github.com> Co-authored-by: Reynaldi Chernando --- src/docs/src/Hosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/src/Hosting.md b/src/docs/src/Hosting.md index ab7f70b78..efb67d8e4 100644 --- a/src/docs/src/Hosting.md +++ b/src/docs/src/Hosting.md @@ -3,9 +3,9 @@ title: Hosting description: Deploy and manage websites on Puter. --- -The Puter.js Hosting API enables you to deploy and manage websites on Puter's infrastructure programmatically. +The Puter.js Hosting API enables you to host files on the internet and manage your hosting programmatically. -The API provides comprehensive hosting management features including creating, retrieving, listing, updating, and deleting deployments. With these capabilities, you can build powerful applications, such as website builders, static site generators, or deployment tools that require programmatic control over hosting infrastructure. +The API provides comprehensive hosting management features including creating, retrieving, listing, updating, and deleting hostings. It is mainly used to expose files to the internet, where users can get their content from a public URL and additionally with these capabilities, you can host many applications, such as website builders, static site generators, or deployment tools that require programmatic control over hosting infrastructure. ## Features