From 50bae5160dbbe8c3d8a26be2a8550736ca12254d Mon Sep 17 00:00:00 2001 From: anitarua Date: Wed, 21 Aug 2024 10:06:06 -0700 Subject: [PATCH] fix: fix typo in readme generation workflow that created wrong file --- .README.md | 27 --------------------------- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push-to-main.yml | 2 +- 3 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 .README.md diff --git a/.README.md b/.README.md deleted file mode 100644 index 6e0eecf..0000000 --- a/.README.md +++ /dev/null @@ -1,27 +0,0 @@ -logo - -[![project status](https://momentohq.github.io/standards-and-practices/badges/project-status-official.svg)](https://github.com/momentohq/standards-and-practices/blob/main/docs/momento-on-github.md) -[![project stability](https://momentohq.github.io/standards-and-practices/badges/project-stability-stable.svg)](https://github.com/momentohq/standards-and-practices/blob/main/docs/momento-on-github.md) - - -## Multi-language Moderated Chat Demo - -This application uses Momento Webhooks to build a moderated, multi-language chat application. Users across a variety of client applications can chat with each other in multiple languages at the same time with profanity filtered out in real time. - -You can try the chat app using our deployed [web app here](https://moderated-chat.vercel.app/). - -You can find the web app implementation, as well as additional client applications, of the moderated chat app in the following locations: - -- [Web (React + Vite)](./frontend/) -- [iOS](./ios/) -- [Android](./android/) -- [Flutter](./flutter/) -- [React Native](./react-native/) -- [Unity](https://github.com/momentohq/momento-unity-demo) - -## Developing - -If you are interested in deploying your own version of a moderated chat app, you will need to deploy your own version of the backend infrastructure which uses Momento and AWS services. Please see the [infrastructure directory](./infrastructure/) for the overview and setup instructions. - ----------------------------------------------------------------------------------------- -For more info, visit our website at [https://gomomento.com](https://gomomento.com)! diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index e0d6abd..49f70b2 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -18,4 +18,4 @@ jobs: project_stability: stable project_type: other template_file: ./README.template.md - output_file: .README.md + output_file: ./README.md diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index 1e7c858..baedc94 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -20,4 +20,4 @@ jobs: project_stability: stable project_type: other template_file: ./README.template.md - output_file: .README.md + output_file: ./README.md