Skip to content

Commit 931c10d

Browse files
authored
Merge pull request #229 from DefangLabs/linda-typo-2
Various README/categorical fixes
2 parents 1e76b14 + a3a6b4f commit 931c10d

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

samples/django/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Dockerfile and compose files are already set up for you and are ready to be
3535

3636
Title: Django
3737

38-
Short Description: A simple Django app that uses SQLite as the database
38+
Short Description: A simple Django app that uses SQLite as the database.
3939

4040
Tags: Django, SQLite, Python
4141

samples/fastapi-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This sample project demonstrates how to deploy FastAPI with PostgreSQL with Defa
2323

2424
Title: FastAPI & PostgreSQL
2525

26-
Short Description: A sample project with FastAPI and PostgreSQL
26+
Short Description: A sample project with FastAPI and PostgreSQL.
2727

2828
Tags: FastAPI, PostgreSQL, Python, SQL
2929

samples/golang-mongodb-atlas/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Environment: Designed to run in containerized environments using Docker, which e
3737

3838
Title: Go & MongoDB Atlas
3939

40-
Short Description: A simple Go application that manages tasks with MongoDB Atlas
40+
Short Description: A simple Go application that manages tasks with MongoDB Atlas.
4141

42-
Tags: Go, MongoDB, Atlas, Task manager
42+
Tags: Go, MongoDB, Atlas, Task Manager
4343

4444
Languages: golang

samples/golang-rest-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Title: Go & REST API
1010

1111
Short Description: A simple Go application that fetches fiscal data from an API.
1212

13-
Tags: Go, http, Fiscal data, REST API
13+
Tags: Go, http, Fiscal Data, REST API
1414

1515
Languages: golang

samples/html-css-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Short Description: A simple HTML + CSS + JavaScript website running on Defang.
4848

4949
Tags: HTML, CSS, JavaScript, Frontend
5050

51-
Languages: HTML, CSS, JavaScript
51+
Languages: nodejs

samples/huginn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To start the local environment, run `docker compose -f ./compose.yaml -f ./compo
2727

2828
Title: Huginn
2929

30-
Short Description: A system for building agents that perform automated tasks for you online
30+
Short Description: A system for building agents that perform automated tasks for you online.
3131

3232
Tags: Huginn, Agents, Automation
3333

samples/javalin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker compose up --build
2828

2929
Title: Javalin
3030

31-
Short Description: A short hello world application demonstrating how to deploy Javalin onto defang.
31+
Short Description: A short hello world application demonstrating how to deploy Javalin onto Defang.
3232

3333
Tags: Javalin, Java, Maven
3434

samples/nocodb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For development, we use a local postgres container and a volume mount for file u
5757

5858
Title: NocoDB
5959

60-
Short Description: An open source alternative to AirTable
60+
Short Description: An open source alternative to AirTable.
6161

6262
Tags: NocoDB
6363

samples/pulumi-remix-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ Title: Pulumi & Remix & PostgreSQL
4545

4646
Short Description: A full-stack example using Remix, Prisma, and Aiven.
4747

48-
Tags: Full stack, Remix, Prisma, Aiven, PostgreSQL, Pulumi, Node.js, TypeScript, SQL
48+
Tags: Full-stack, Remix, Prisma, Aiven, PostgreSQL, Pulumi, Node.js, TypeScript, SQL
4949

5050
Languages: nodejs

samples/pulumi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ pulumi up
3838

3939
Title: Pulumi
4040

41-
Short Description: A basic Pulumi example
41+
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

0 commit comments

Comments
 (0)