From 1e498ca07920b86bcda04fd9b00f612601d399bc Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:01:53 +0000 Subject: [PATCH] Update Flash concept description to use @Endpoint decorator --- get-started/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/concepts.mdx b/get-started/concepts.mdx index af6e1bf5..df78c9d3 100644 --- a/get-started/concepts.mdx +++ b/get-started/concepts.mdx @@ -13,7 +13,7 @@ A pay-as-you-go compute solution designed for dynamic autoscaling in production ## [Flash](/flash/overview) -A framework for building distributed GPU applications using local Python scripts. Write functions with the `@remote` decorator, and Flash automatically executes them on Runpod's infrastructure. +A framework for building distributed GPU applications using local Python scripts. Write functions with the `@Endpoint` decorator, and Flash automatically executes them on Runpod's infrastructure. ## [Pod](/pods/overview)