Skip to content

Commit 0c4099a

Browse files
authored
Update README.md
1 parent 2585162 commit 0c4099a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<h1 align="center">NGN Queue<br/><img src="https://img.shields.io/npm/v/@ngnjs/queue?label=%40ngnjs/queue&logo=npm&style=social"/></h1>
2+
<div align="center"><em>A plugin for <a href="https://github.com/ngnjs/ngn">NGN</a></em></div><br/>
23

34
The NGN Queue is a collection of functions, stored in the order they're added t othe collection. "Running" a queue executes these functions, in parallel or sequentially.
45

@@ -32,4 +33,4 @@ tasks.on('end', function () {
3233
})
3334

3435
tasks.runSync()
35-
```
36+
```

0 commit comments

Comments
 (0)