From 524b048162e517f28aa06db3b1141ec0ec0c60ae Mon Sep 17 00:00:00 2001 From: electrikmilk Date: Mon, 24 Oct 2022 21:29:54 -0400 Subject: [PATCH] Format ReadMe.md --- CONTRIBUTING.md | 3 ++- ReadMe.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8c944d..7b40c6e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,8 @@ reproduce it, what environment it may be isolated to are clearly communicated. readable enough that it is obvious to anyone reading it. - No moving code around for no reason. Only organize code when absolutely necessary. - Test your code to the best of your ability, do not submit code that does not compile. -- Keep any additions to Cherri syntax consistent with the existing style (e.g. camelCase, scripting-language-like, only capitalize globals, no parenthesis). +- Keep any additions to Cherri syntax consistent with the existing style (e.g. camelCase, scripting-language-like, only + capitalize globals, no parenthesis). ### Code submission policy diff --git a/ReadMe.md b/ReadMe.md index e491cdc..42288cb 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -20,7 +20,8 @@ programming language, that compiles directly to a valid runnable Shortcut. alert(message, "Alert", false) ``` -This project is in the early stages of development, but it does have an [_idealistic_ roadmap](https://github.com/electrikmilk/cherri/wiki/Project-Roadmap). +This project is in the early stages of development, but it does have an [_ +idealistic_ roadmap](https://github.com/electrikmilk/cherri/wiki/Project-Roadmap). ### Usage @@ -60,7 +61,8 @@ compiler currently only supports Unix-like systems. ### Reference -- [zachary7829](https://github.com/zachary7829)'s [Shortcut File Format Reference](https://zachary7829.github.io/blog/shortcuts/fileformat) +- [zachary7829](https://github.com/zachary7829)' + s [Shortcut File Format Reference](https://zachary7829.github.io/blog/shortcuts/fileformat) - [sebj](https://github.com/sebj)'s [Shortcut File Format Reference](https://github.com/sebj/iOS-Shortcuts-Reference) ### Inspiration