Skip to content

Grammar Corrected #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Speed up and crash test your front-end builds and HTML prototypes with Dummy Tex

### 😎 Why

Going through the front-end creation process requires the frequent need to test with dynamic images and text of various sizes to battle test the html + css styling. This can be a time consuming manual step, but also a crucial one to simulating user generated content, testing word wrapping, repeating of elements, etc. To battle test the front end for these edge cases not only quicker, but more thoroughly, the first version of DummyJs was realized to add a layer of automation to this process.
Going through the front-end creation process requires the frequent need to test with dynamic images and text of various sizes to battle test the HTML + CSS styling. This can be a time consuming manual step, but also a crucial one to simulating user-generated content, testing word wrapping, repeating of elements, etc. To battle test, the front end for these edge cases not only quicker but more thoroughly, the first version of DummyJs was realized to add a layer of automation to this process.

From here DummyJS has extended to double as a robust tool in JS first development environments, like React and Vue and also Node JS.

Expand Down Expand Up @@ -60,7 +60,7 @@ Dummy.text(3,10)
```

## 🎨 Dummy Images
DummyJs Images are rendered client side so NO one can to log your data. It's secure for your piece of mind to keep your unreleased product secret
DummyJs Images are rendered client side so NO one can log your data. It's secure for your peace of mind to keep your unreleased product secret

```html
<img data-dummy="400x300" />
Expand Down