From bdf29537762e5285947c584fbcd91a7355990023 Mon Sep 17 00:00:00 2001 From: charlie Date: Tue, 15 Aug 2023 15:16:13 +0200 Subject: [PATCH] fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5447f630..2303deeb 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ 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) | | @@ -18,10 +18,10 @@ Example functions to show off what you can achieve with Open Runtimes. | 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) | | |