-
-
Notifications
You must be signed in to change notification settings - Fork 944
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
fix: correcting the readme file #529
Conversation
Deno is a thing too: https://deno.land/ |
Codecov Report
@@ Coverage Diff @@
## main #529 +/- ##
=======================================
Coverage 99.34% 99.34%
=======================================
Files 1919 1919
Lines 176364 176364
Branches 902 905 +3
=======================================
+ Hits 175208 175210 +2
+ Misses 1100 1098 -2
Partials 56 56
|
README.md
Outdated
@@ -59,7 +59,7 @@ const randomEmail = faker.internet.email(); // Kassandra.Haley@erich.biz | |||
const randomCard = faker.helpers.createCard(); // random contact card containing many properties | |||
``` | |||
|
|||
### Deno | |||
### CDN Demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume something was mixed up while merging main 🤔
This line should address Deno
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought I merged the change above
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
I think I modified it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Please
The readme file used to say Deno but I feel like using "CDN Demo" seems more fitting.