Skip to content

Commit a7e5c06

Browse files
committed
uppercase http for tags/desc
1 parent 5fddab0 commit a7e5c06

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

samples/golang-http-form/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ This Go application demonstrates a simple form submission using the standard net
2727

2828
---
2929

30-
Title: Go http Form
30+
Title: Go HTTP Form
3131

3232
Short Description: A simple Go application that demonstrates form submission using the net/http library.
3333

34-
Tags: Go, http
34+
Tags: Go, HTTP
3535

3636
Languages: golang

samples/golang-http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ A very simple example of a Go service that listens on a port and returns informa
66

77
---
88

9-
Title: Go http Server
9+
Title: Go HTTP Server
1010

1111
Short Description: A simple Go application that echoes back the request.
1212

13-
Tags: Go, http
13+
Tags: Go, HTTP
1414

1515
Languages: golang

samples/nodejs-express/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ This Node.js application, built with Express.js, is designed to inspect and disp
2424

2525
Title: Node.js & Express
2626

27-
Short Description: A Node.js application that inspects and displays detailed information about incoming http requests.
27+
Short Description: A Node.js application that inspects and displays detailed information about incoming HTTP requests.
2828

29-
Tags: Node.js, Express, http, Request, Inspector, JavaScript
29+
Tags: Node.js, Express, HTTP, Request, Inspector, JavaScript
3030

3131
Languages: nodejs

samples/nodejs-form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Title: Node.js Express Form
2626

2727
Short Description: A Node.js application that handles form submissions using the Express framework.
2828

29-
Tags: Node.js, Express, http, JavaScript
29+
Tags: Node.js, Express, HTTP, JavaScript
3030

3131
Languages: nodejs

samples/nodejs-http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ defang compose up
2020

2121
Title: Node.js HTTP Server
2222

23-
Short Description: A simple Node.js application that creates an http server.
23+
Short Description: A simple Node.js application that creates an HTTP server.
2424

25-
Tags: Node.js, http, Server
25+
Tags: Node.js, HTTP, Server
2626

2727
Languages: nodejs

samples/pulumi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Title: Pulumi
4040

4141
Short Description: A basic Pulumi example.
4242

43-
Tags: Pulumi, Node.js, http, Server, TypeScript
43+
Tags: Pulumi, Node.js, HTTP, Server, TypeScript
4444

4545
Languages: nodejs

samples/python-minimal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ This Flask application is designed to inspect and return detailed information ab
2929

3030
Title: Flask
3131

32-
Short Description: A Flask application that inspects and returns detailed information about http requests.
32+
Short Description: A Flask application that inspects and returns detailed information about HTTP requests.
3333

34-
Tags: Flask, http, Python
34+
Tags: Flask, HTTP, Python
3535

3636
Languages: python

0 commit comments

Comments
 (0)