Skip to content

Commit

Permalink
Link to oban_training curriculum in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Aug 30, 2024
1 parent 74d8961 commit 4ea075f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
- [Features](#features)
- [Oban Web+Pro](#oban-webpro)
- Usage
- [Installation](#installation)
- [Learning](#learning)
- [Requirements](#requirements)
- [Installation](#installation)
- [Running With SQLite3](#running-with-sqlite3)
- [Configuring Queues](#configuring-queues)
- [Defining Workers](#defining-workers)
Expand Down Expand Up @@ -148,6 +149,11 @@ orphaned due to crashes.
<!-- MDOC -->

## Learning

Learn the fundamentals of Oban, all the way through to preparing for production with our LiveBook
powered [Oban Training](https://github.com/sorentwo/oban_training/) curriculum.

## Requirements

Oban requires Elixir 1.13+, Erlang 23+, and PostgreSQL 12.0+ or SQLite3 3.37.0+.
Expand Down

0 comments on commit 4ea075f

Please sign in to comment.