From 3fc20781ad7b2ed2a31aefaae8f2ec3f50853cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Stanek?= Date: Wed, 25 Oct 2017 19:22:32 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6fdaf3f..e51024a 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,23 @@ How this project is different from guides or "hello world" projects at Actions o _If you have experience in Node.js/JavaScript development, you are more than welcome to contribute in this project. Especially when it comes to good practice in clean code architecture and scaling up this kind of code base. Author of this project is professional mobile developer (statically typed, class based languages) and doesn't have great experience with JavaScript development._ -Current tech stack: +## Current tech stack: - [Actions on Google](https://developers.google.com/actions/extending-the-assistant) - [Firebase](https://firebase.google.com/): Cloud Functions and Realtime Database - app backend - [Dialogflow](https://dialogflow.com/) - conversation definitions and natural language understanding - Node.js - Cloud Function implementation -Structure of project: +## Structure of project: - `/assets` contains assets (images, descriptions) required for app submission - `/functions` contains code for Firebase Cloud Functions - `/Dialogflow` contains code and data for Dialogflow platform (conversation definitions, actions, intents) # TODO -## Testing, installation, deployment instructions +### Testing, installation, deployment instructions To launch unit tests run `$ npm test` from `functions/` directory. -## App screenshots +### App screenshots -## +###