Skip to content

Commit 8be1e34

Browse files
committed
normalization
1 parent 6cdc1c8 commit 8be1e34

File tree

11 files changed

+14
-12
lines changed

11 files changed

+14
-12
lines changed

samples/django-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Short Description: A customer relationship management list project developed usi
3232

3333
Tags: Django, PostgreSQL
3434

35-
Languages: python, sql
35+
Languages: Python, SQL

samples/django/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ Title: Django
3535

3636
Short Description: A simple Django app that uses SQLite as the database
3737

38-
Tags: Django, Sqlite
38+
Tags: Django, SQLite
3939

40-
Languages: python
40+
Languages: Python

samples/feathersjs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ Title: FeathersJS
3030

3131
Short Description: A sample project demonstrating how to deploy a FeathersJS application using Defang. The application displays "DefangxFeathersjs" on the webpage.
3232

33-
Tags: Feathersjs , Node.js
33+
Tags: Feathers.js , Node.js
3434

35-
Languages: javascript, nodejs
35+
Languages: javascript, Node.js

samples/hasura/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Short Description: A sample project demonstrating how to deploy Hasura with Defa
3737

3838
Tags: Hasura, Graphql, PostgreSQL, Database
3939

40-
Languages: sql, graphql
40+
Languages: SQL, Graphql

samples/langchain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For development, first clone the project and navigate to its directory. After su
2323
docker compose up --build
2424
```
2525

26-
This will start a Docker container with the flask app which will display the result of the langchain prompt.
26+
This will start a Docker container wi. th the flask app which will display the result of the langchain prompt.
2727

2828
---
2929

samples/metabase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Short Description: A simple metabase configuration with a Postgres database
3131

3232
Tags: Metabase, PostgreSQL, Analytics, Database
3333

34-
Languages: sql
34+
Languages: SQL

samples/nextjs-boilerplate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Short Description: A boilerplate project developed using Next.js, offering a sta
2828

2929
Tags: Next.js, React, Boilerplate, Website
3030

31-
Languages: Nodejs, typescript
31+
Languages: Node.js, typescript

samples/nextjs-documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Short Description: A documentation starter project developed using Nextra design
2828

2929
Tags: Nextjs, Documentation, Nextra, Knowledgebase
3030

31-
Languages: nodejs, javascript, typescript
31+
Languages: Node.js, javascript, typescript

samples/noco/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pg_data
2+
*.log

samples/python-openai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Short Description: An app that demonstrates how to use the OpenAI API with Pytho
3030

3131
Tags: Python, Flask, OpenAI, AI
3232

33-
Languages: python
33+
Languages: Python

0 commit comments

Comments
 (0)