Skip to content

Commit 4508596

Browse files
authored
Update README.md
1 parent ef5eeb7 commit 4508596

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55

66
### Why? 🙄
77

8-
If you want to build a simple webiste with a backend.
8+
If you want to build a simple webiste with a backend for small projects where you want to avoid the complexity of setting up a database.
99

10-
The **simplest** and **convenient** way of doing this, considering if you don't want to setup any database
11-
and not going to scale too much. It stores data objects in collections and documents. <br/>
10+
It is **simple** and **convenient**. And stores data objects in collections and documents. <br/>
1211

13-
The webpage works on both mobile web browsers & desktop.
12+
The example webpage works on both mobile web browsers & desktop.
1413

1514
### Requirements
1615

@@ -36,13 +35,15 @@ Just copy the files to your webspace - thats all :)
3635
* etc..
3736

3837
<br/>
39-
In summary, using CSV files as a database for a website can work for simple and small-scale projects, but it may not be the best option for larger and more complex applications 😄.
38+
Note: Using CSV files as a database for a website can work for simple and small-scale projects, but it may not be the best option for larger and more complex applications 😄.
39+
40+
It can work for very small-scale applications with minimal data and low traffic, it is generally not recommended for anything beyond the most basic use cases.
4041

4142
<br/>
4243

4344
### Demo
4445

45-
* 👉 **Clcik [here](https://testing-my-pages.000webhostapp.com/)**
46+
* 👉 **Clcik [here](#)**
4647
<br/>
4748

4849
### Reporting Issues & Contributions

0 commit comments

Comments
 (0)