From 99c621c8d1893a302f1197f4df95aeb859ff0066 Mon Sep 17 00:00:00 2001 From: Vavassor Date: Sun, 26 Mar 2017 19:04:59 -0400 Subject: [PATCH] Update README.md Adjusts the formatting of README.md. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2084586f..f92d5dc8 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ After making it into an android studio project you can build/run as you wish. It's also possible to build using Gradle by itself on the command line if you have it installed and configured. This repository includes a gradle wrapper script that can be used, following this guide [Build You App On The Command Line](https://developer.android.com/studio/build/building-cmdline.html). -The project's gradle files describe its building needs more in-depth and dependencies can be found in app/build.gradle. +The project's gradle files describe its building needs more in-depth and dependencies can be found in ```app/build.gradle```. ### Firebase -This app uses Firebase's Cloud Messaging and Crash Reporting, so in order to build it, a Firebase project has to be made and associated with the build by including a google-services.json file in the app/ directory. +This app uses Firebase's Cloud Messaging and Crash Reporting, so in order to build it, a Firebase project has to be made and associated with the build by including a ```google-services.json``` file in the ```app``` directory. ### Tusky-API -Tusky uses its own server for push notifications, the [tusky-api server](https://github.com/Gargron/tusky-api). This system works with Firebase and the Tusky-API server in tandem. After that is set up as per its directions, the only thing needed to call the server in this project is to give its URL to the string tusky_web_url in the file app/src/main/res/values/donottranslate.xml . \ No newline at end of file +Tusky uses its own server for push notifications, the [tusky-api server](https://github.com/Gargron/tusky-api). This system works with Firebase and the Tusky-API server in tandem. After that is set up as per its directions, the only thing needed to call the server in this project is to give its URL to the string ```tusky_web_url``` in the file ```app/src/main/res/values/donottranslate.xml```.