Skip to content

Commit

Permalink
Format ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Oct 25, 2022
1 parent b518bfb commit 524b048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 524b048

Please sign in to comment.