From a7e5c064796174d25cb36596534007c620c2b12b Mon Sep 17 00:00:00 2001 From: commit111 Date: Wed, 9 Oct 2024 12:16:19 -0700 Subject: [PATCH 1/2] uppercase http for tags/desc --- samples/golang-http-form/README.md | 4 ++-- samples/golang-http/README.md | 4 ++-- samples/nodejs-express/README.md | 4 ++-- samples/nodejs-form/README.md | 2 +- samples/nodejs-http/README.md | 4 ++-- samples/pulumi/README.md | 2 +- samples/python-minimal/README.md | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/samples/golang-http-form/README.md b/samples/golang-http-form/README.md index 1d4c9538..59439976 100644 --- a/samples/golang-http-form/README.md +++ b/samples/golang-http-form/README.md @@ -27,10 +27,10 @@ This Go application demonstrates a simple form submission using the standard net --- -Title: Go http Form +Title: Go HTTP Form Short Description: A simple Go application that demonstrates form submission using the net/http library. -Tags: Go, http +Tags: Go, HTTP Languages: golang diff --git a/samples/golang-http/README.md b/samples/golang-http/README.md index 7e41d3ea..f89aed7a 100644 --- a/samples/golang-http/README.md +++ b/samples/golang-http/README.md @@ -6,10 +6,10 @@ A very simple example of a Go service that listens on a port and returns informa --- -Title: Go http Server +Title: Go HTTP Server Short Description: A simple Go application that echoes back the request. -Tags: Go, http +Tags: Go, HTTP Languages: golang diff --git a/samples/nodejs-express/README.md b/samples/nodejs-express/README.md index 6ca15443..5a71461c 100644 --- a/samples/nodejs-express/README.md +++ b/samples/nodejs-express/README.md @@ -24,8 +24,8 @@ This Node.js application, built with Express.js, is designed to inspect and disp Title: Node.js & Express -Short Description: A Node.js application that inspects and displays detailed information about incoming http requests. +Short Description: A Node.js application that inspects and displays detailed information about incoming HTTP requests. -Tags: Node.js, Express, http, Request, Inspector, JavaScript +Tags: Node.js, Express, HTTP, Request, Inspector, JavaScript Languages: nodejs diff --git a/samples/nodejs-form/README.md b/samples/nodejs-form/README.md index e8c99b8b..baea0c38 100644 --- a/samples/nodejs-form/README.md +++ b/samples/nodejs-form/README.md @@ -26,6 +26,6 @@ Title: Node.js Express Form Short Description: A Node.js application that handles form submissions using the Express framework. -Tags: Node.js, Express, http, JavaScript +Tags: Node.js, Express, HTTP, JavaScript Languages: nodejs diff --git a/samples/nodejs-http/README.md b/samples/nodejs-http/README.md index 12427e70..e4070555 100644 --- a/samples/nodejs-http/README.md +++ b/samples/nodejs-http/README.md @@ -20,8 +20,8 @@ defang compose up Title: Node.js HTTP Server -Short Description: A simple Node.js application that creates an http server. +Short Description: A simple Node.js application that creates an HTTP server. -Tags: Node.js, http, Server +Tags: Node.js, HTTP, Server Languages: nodejs diff --git a/samples/pulumi/README.md b/samples/pulumi/README.md index a8d87492..32949281 100644 --- a/samples/pulumi/README.md +++ b/samples/pulumi/README.md @@ -40,6 +40,6 @@ Title: Pulumi Short Description: A basic Pulumi example. -Tags: Pulumi, Node.js, http, Server, TypeScript +Tags: Pulumi, Node.js, HTTP, Server, TypeScript Languages: nodejs diff --git a/samples/python-minimal/README.md b/samples/python-minimal/README.md index 1265cb60..6c0de942 100644 --- a/samples/python-minimal/README.md +++ b/samples/python-minimal/README.md @@ -29,8 +29,8 @@ This Flask application is designed to inspect and return detailed information ab Title: Flask -Short Description: A Flask application that inspects and returns detailed information about http requests. +Short Description: A Flask application that inspects and returns detailed information about HTTP requests. -Tags: Flask, http, Python +Tags: Flask, HTTP, Python Languages: python From 117b1d100b46218079ee0c8cf2ecf6e63205ecb6 Mon Sep 17 00:00:00 2001 From: commit111 Date: Wed, 9 Oct 2024 12:16:25 -0700 Subject: [PATCH 2/2] added a period --- samples/fastapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/fastapi/README.md b/samples/fastapi/README.md index 3529fb72..8e7a19f3 100644 --- a/samples/fastapi/README.md +++ b/samples/fastapi/README.md @@ -29,7 +29,7 @@ That will start your FastAPI app on `http://localhost:8000` with hot reloading e Title: FastAPI -Short Description: A sample project demonstrating how to deploy FastAPI with Defang +Short Description: A sample project demonstrating how to deploy FastAPI with Defang. Tags: FastAPI, OpenAPI, Python