Skip to content

Commit 8c1ecab

Browse files
committed
documentation: fix driver API description
Fixed using nest an unordered list in an ordered list according to Markdown syntax.
1 parent 7b76012 commit 8c1ecab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -614,13 +614,13 @@ Registering a custom driver
614614
Driver class must implement the following API:
615615

616616
1. `new` (constructs an instance of a driver), takes:
617-
* the space object, in which the driver must store its tasks
618-
* a callback to notify the main queue framework on a task state change
617+
* the space object, in which the driver must store its tasks
618+
* a callback to notify the main queue framework on a task state change
619619
(`on_task_change`)
620-
* options of the queue (a Lua table)
620+
* options of the queue (a Lua table)
621621
1. `create_space` - creates the supporting space. The arguments are:
622-
* space name
623-
* space options
622+
* space name
623+
* space options
624624

625625
To sum up, when the user creates a new queue, the queue framework
626626
passes the request to the driver, asking it to create a space to

0 commit comments

Comments
 (0)