Update README for Bliss
diff --git a/README.mkdn b/README.mkdn
index ad72674..d52a17d 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -3,7 +3,7 @@
 
 Introduction
 ------------
-This script is used to synchronize LineageOS' translations with Crowdin's. Also, it can handle
+This script is used to synchronize BlissRoms's translations with Crowdin's. Also, it can handle
 automatic commiting to Gerrit and pushing/downloading to/from Crowdin.
 
 Prerequisites
@@ -18,33 +18,25 @@
 
     sudo apt-get install python-git python-yaml python-lxml
 
-Copy <lineage_version>_extra_packages.xml to .repo/local_manifests of each <lineage_version> tree
+Copy <bliss_version>_extra_packages.xml to .repo/local_manifests of each <bliss_version> tree
 to make sure you sync all the extra packages not included in the main manifest.
 
 Executing
 ---------
 Export the following environment variables to set the API keys and the base path.
-Each LineageOS version requires a different environment variable set for the base path that depends on the branch name:
+Each BlissRoms version requires a different environment variable set for the base path that depends on the branch name.
 
-    export LINEAGE_CROWDIN_API_KEY=your_api_key
-    export LINEAGE_AOSP_CROWDIN_API_KEY=your_aosp_api_key
-    export LINEAGE_CROWDIN_BASE_PATH_CM_13_0=your_13.0_base_path
-    export LINEAGE_CROWDIN_BASE_PATH_CM_14_1=your_14.1_base_path
-    export LINEAGE_CROWDIN_BASE_PATH_LINEAGE_15_1=your_15.1_base_path
-    export LINEAGE_CROWDIN_BASE_PATH_LINEAGE_16_0=your_16.0_base_path
+    export BLISS_CROWDIN_API_KEY=your_api_key
+    export BLISS_CROWDIN_BASE_PATH_Q=base_path_for_q_branch
 
 Example:
 
-    export LINEAGE_CROWDIN_API_KEY=1234567890
-    export LINEAGE_AOSP_CROWDIN_API_KEY=0987654321
-    export LINEAGE_CROWDIN_BASE_PATH_CM_13_0=/mnt/android/lineageos/cm-13.0
-    export LINEAGE_CROWDIN_BASE_PATH_CM_14_1=/mnt/android/lineageos/cm-14.1
-    export LINEAGE_CROWDIN_BASE_PATH_LINEAGE_15_1=/mnt/android/lineageos/lineage-15.1
-    export LINEAGE_CROWDIN_BASE_PATH_LINEAGE_16_0=/mnt/android/lineageos/lineage-16.0
+    export BLISS_CROWDIN_API_KEY=1234567890
+    export BLISS_CROWDIN_BASE_PATH_Q=/home/user/bliss/q
 
 Execute:
 
-    ./crowdin_sync.py --username your_gerrit_username --branch lineage_version [--upload-sources] [--upload-translations] [--download] [--submit]
+    ./crowdin_sync.py --username your_gerrit_username --branch bliss_version [--upload-sources] [--upload-translations] [--download] [--submit]
 
 Bugs
 ----