Skip to content

Commit ee877d3

Browse files
authored
Fixed typos and minor grammatical updates (#73)
1 parent 57b480b commit ee877d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
# Welomce to 🌞 Pollux 🌞
99

10-
Need Restful API with bearer authentication? or a GraphQL API? maybe some testing data in JSON or Ruby or Python or PHP or JavaScript , all of that and more is possible with pollux, without writing a single line of code.
10+
Need Restful API with bearer authentication? or a GraphQL API? maybe some testing data in JSON or Ruby or Python or PHP or JavaScript, all of that and more is possible with pollux, without writing a single line of code.
1111

12-
- check this video -> [here](https://www.youtube.com/watch?v=4Kwv98RDoSM)
12+
- check out this video -> [here](https://www.youtube.com/watch?v=4Kwv98RDoSM)
1313
- link to use it -> [here](https://pollux.dev)
1414

1515
# ⚗️ How does it work? ⚗️
1616

17-
You create a model, then you can drag and drop properties into it, and these properties defines what kind of fake data should be generated
17+
You create a model, then you can drag and drop properties into it, and these properties define what kind of fake data should be generated
1818

1919
# ✨ What makes it unique ✨
2020

21-
- Everything in pollux from generating `.zip` files to generating 500,000 model instances happens in the frontend, using web APIs such as the Blob API and Web Workers API, plus you can pass JavaScript RegExp and it will generate a random string based on that.
21+
- Everything in pollux, from generating `.zip` files to generating 500,000 model instances happens in the frontend, using web APIs such as the Blob API and Web Workers API, plus you can pass JavaScript RegExp and it will generate a random string based on that.
2222
- Locale support.
2323

2424
# install

0 commit comments

Comments
 (0)