Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1b80a15

Browse files
Update README.md
1 parent 1fb30b4 commit 1b80a15

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Learn how to create a Simple Crud Application by Connecting PostgreSQL with Node
1111

1212
Within the download you'll find the following directories and files:
1313
```
14-
Connecting NodeJs & PostgreSQL
14+
NodeJs & PostgreSQL Crud Application
1515
.
1616
├── LICENSE
1717
├── README.md
@@ -25,13 +25,13 @@ Connecting NodeJs & PostgreSQL
2525
│ └── index.js
2626
├── views
2727
│ ├── customer
28-
├── list.ejs
29-
├── add.ejs
30-
└── edit.ejs
31-
│ ├── layouts
32-
├── header.ejs
33-
└── footer.ejs
34-
│ └── inedx.ejs
28+
├── list.ejs
29+
├── add.ejs
30+
└── edit.ejs
31+
│ ├── layouts
32+
├── header.ejs
33+
└── footer.ejs
34+
│ └── inedx.ejs
3535
├── app.js
3636
└── package.json
3737
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /