Skip to content
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 typo in ReadMe #175

Open
wants to merge 1 commit into
base: main
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ Example functions to show off what you can achieve with Open Runtimes.

## List of Examples

| Example | Dart | Deno | Node | PHP | Python | Ruby | Swift |
|-----------------------------|-----------------------------|------|------|-----|--------|------|-------|
| Example | Dart | Deno | Node | PHP | Python | Ruby | Swift |
|----------------------------|-----------------------------|------|------|-----|--------|------|-------|
| Send email with Mailgun | [✅](/dart/send_email_with_mailgun) | [✅](/deno/send_email_with_mailgun) | [✅](/node/send_email_with_mailgun) | | | | [✅](/swift/send-email-with-mailgun) |
| Convert phone number to country name | [✅](/dart/convert-phone-number-to-country-name) | [✅](/deno/convert-phone-number-to-country-name) | [✅](/node/convert-phone-number-to-country-name) | [✅](/php/convert-phone-number-to-country-name) | [✅](/python/convert-phone-number-to-country-name) | [✅](/ruby/convert-phone-number-to-country-name) | [✅](/swift/convert-phone-number-to-country-name) |
| Send SMS with Twilio | | [✅](/deno/send_sms_with_twilio) | [✅](/node/send_sms_with_twilio) | | | [✅](/ruby/send-sms-with-twilio) | |
| Translate text with Google | | [✅](/deno/translate_text_with_google) | [✅](/node/translate_text_with_google) | | | [✅](/ruby/translate-text-with-google) | |
| Object Detection |[✅](/dart/object_detection) | [✅](/deno/object_detection) | [✅](/node/object_detection) | [✅](/php/object_detection) | [✅](/python/object-detection) | | |
| Generate Giphy GIF | [✅](/dart/generate_giphy_gif) | [✅](/deno/generate-giphy-gif) | [✅](/node/generate_giphy_gif) | | [✅](/python/generate-giphy-gif) | | |
| Get COVID-19 Stats | | | | | | | [✅](/swift/get-covid-stats) |
| Compresss Imagse | | | | | |[✅](/ruby/compress-image)| |
| Compress Image | | | | | |[✅](/ruby/compress-image)| |
| Send a HTTP Request | | | | | | [✅](/ruby/send-http-request) | |
| Wipe Appwrite Bucket | | | [✅](/node/wipe_appwrite_bucket) | | | | |
| Detect Language with Deepgram | | | | | [✅](/python/deepgram-language-detection) | | |
| Detect Language with Deepgram | | | | | [✅](/python/deepgram-language-detection) | | |
| Summarize Audio with Deepgram | | | | | |[✅](/ruby/deepgram-audio-summary)| |
| Summarize Audio with Deepgram | | | | | [✅](/python/deepgram-audio-summary) | | |

Expand Down