From 34d49e57992d345050e0355586b887bc0a0420ba Mon Sep 17 00:00:00 2001 From: Sayantan Santra <35728385+SinTan1729@users.noreply.github.com> Date: Tue, 1 Aug 2023 12:00:48 -0500 Subject: [PATCH] docs: Fix the syntax highlighting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b036563..db5c105 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ This repo will allow one to build [ReVanced](https://github.com/revanced/) apps Just run `./build_revanced (force/clean/experimental/checkonly/buildonly)`. Might be a good idea to set it up to run periodically. There are a few ways of doing it. 1. Just drop it inside `/etc/cron.daily/`. 1. To make it run at a specific time (6AM in the example) using `cron`, put this in your `crontab`: - ```crontab + ``` 0 6 * * * ``` 1. The exact same thing as in 2 can be achieved using `systemd` timers instead. Create the following files. - ```toml + ``` /etc/systemd/system/revanced-builder.service --------------------------------------------- [Unit] @@ -23,7 +23,7 @@ Just run `./build_revanced (force/clean/experimental/checkon Group= ExecStart=_JAVA_OPTIONS='-Xmx512m' ``` - ```toml + ``` /etc/systemd/system/revanced-builder.timer ------------------------------------------- [Unit]