You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of changes:
* Fix image not showing in HTML page
* Use common source url
* Fix invalid SPDX license id
* Update license section
* Set and use latest ex_doc
* Fix markdown in changelog
* Badges and more badges!
* Fix typos
* Update gitignore
* Update formatter config
* Remove extra spaces
* Add logo
Copy file name to clipboardExpand all lines: README.md
+42-27Lines changed: 42 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,29 @@
1
1
# Quantum
2
2
3
-
[Cron](https://en.wikipedia.org/wiki/Cron)-like job scheduler for [Elixir](http://elixir-lang.org/).
4
-
5
-
[](https://opencollective.com/quantum)[](https://hex.pm/packages/quantum)
[](https://opencollective.com/quantum)
> **This README follows master, which may not be the currently published version**. Here are the
12
13
[docs for the latest published version of Quantum](https://hexdocs.pm/quantum/readme.html).
13
14
15
+
[Cron](https://en.wikipedia.org/wiki/Cron)-like job scheduler for [Elixir](http://elixir-lang.org/).
16
+
14
17
## Setup
15
18
16
-
To use Quantum in your project, edit the `mix.exs` file and add Quantum to
19
+
To use Quantum in your project, edit the `mix.exs` file and add `Quantum` to
17
20
18
21
**1. the list of dependencies:**
19
22
```elixir
20
23
defpdepsdo
21
-
[{:quantum, "~> 3.0"}]
24
+
[
25
+
{:quantum, "~> 3.0"}
26
+
]
22
27
end
23
28
```
24
29
@@ -90,10 +95,9 @@ More details on the usage can be found in the [Documentation](https://hexdocs.pm
90
95
91
96
This project uses the [Collective Code Construction Contract (C4)](http://rfc.zeromq.org/spec:42/C4/) for all code changes.
92
97
93
-
> "Everyone, without distinction or discrimination, SHALL have an equal right to become a Contributor under the
94
-
terms of this contract."
98
+
> "Everyone, without distinction or discrimination, SHALL have an equal right to become a Contributor under the terms of this contract."
95
99
96
-
### tl;dr
100
+
### TL;DR
97
101
98
102
1. Check for [open issues](https://github.com/quantum-elixir/quantum-core/issues) or [open a new issue](https://github.com/quantum-elixir/quantum-core/issues/new) to start a discussion around [a problem](https://www.youtube.com/watch?v=_QF9sFJGJuc).
99
103
2. Issues SHALL be named as "Problem: _description of the problem_".
@@ -106,31 +110,42 @@ terms of this contract."
106
110
### Code Contributors
107
111
108
112
This project exists thanks to all the people who contribute.
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/quantum/contribute)]
0 commit comments