Skip to content

Commit 9d13e5a

Browse files
committed
headers
1 parent 4d6888c commit 9d13e5a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipe(numbers, [
2525
])
2626
```
2727

28-
# Installation
28+
## Installation
2929
[Core build](https://unpkg.com/rubico/index.js) ([~7.7 kB minified and gzipped](https://unpkg.com/rubico/dist/rubico.min.js))
3030

3131
[Transducer module](https://unpkg.com/rubico/dist/Transducer.js) ([~1.5kb minified and gzipped](https://unpkg.com/rubico/dist/Transducer.min.js))
@@ -74,7 +74,7 @@ import `rubico` in the browser.
7474
<script src="https://unpkg.com/rubico/dist/Transducer.min.js"></script>
7575
```
7676

77-
# Motivation
77+
## Motivation
7878

7979
A note from the author
8080
> At a certain point in my career, I grew frustrated with the entanglement of my own code. While looking for something better, I found functional programming. I was excited by the idea of functional composition, but disillusioned by the redundancy of effectful types. I started rubico to capitalize on the prior while rebuking the latter. Many iterations since then, the library has grown into something I personally enjoy using, and continue to use to this day.
@@ -86,7 +86,7 @@ rubico is founded on the following principles:
8686

8787
When you import this library, you obtain the freedom that comes from having those three points fulfilled. The result is something you may enjoy.
8888

89-
# Introduction
89+
## Introduction
9090

9191
rubico is a library for [A]synchronous Functional Programming in JavaScript. The library supports a simple and composable functional style in asynchronous environments.
9292

@@ -236,32 +236,32 @@ For advanced asynchronous use cases, some of the rubico operators have property
236236

237237
For more functions beyond the core operators, please visit `rubico/x`. You can find the full documentation at [rubico.land/docs](https://rubico.land/docs).
238238

239-
# Benchmarks
239+
## Benchmarks
240240
Please find the published benchmark output inside the [benchmark-output](https://github.com/a-synchronous/rubico/tree/master/benchmark-output) folder. You can run the benchmarks on your own system with the following command:
241241
```
242242
npm run bench
243243
```
244244

245-
# Contributing
245+
## Contributing
246246
Your feedback and contributions are welcome. If you have a suggestion, please raise an issue. Prior to that, please search through the issues first in case your suggestion has been made already. If you decide to work on an issue, please create a pull request.
247247

248248
Pull requests should provide some basic context and link the relevant issue. Here is an [example pull request](https://github.com/a-synchronous/rubico/pull/12). If you are interested in contributing, the [help wanted](https://github.com/a-synchronous/rubico/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) tag is a good place to start.
249249

250250
For more information please see [CONTRIBUTING.md](/CONTRIBUTING.md)
251251

252-
# License
252+
## License
253253
rubico is [MIT Licensed](https://github.com/a-synchronous/rubico/blob/master/LICENSE).
254254

255-
# Support
255+
## Support
256256
* minimum Node.js version: 16
257257
* minimum Chrome version: 63
258258
* minimum Firefox version: 57
259259
* minimum Edge version: 79
260260
* minimum Safari version: 11.1
261261

262-
# Awesome Resources
262+
## Awesome Resources
263263
[rubico simplifies asynchronous code](https://dev.to/richytong/rubico-a-synchrnous-functional-syntax-motivation-20hf)
264264
<br>
265265

266-
# Blog
266+
## Blog
267267
Check out the rubico blog at [https://rubico.land/blog](https://rubico.land/blog)

0 commit comments

Comments
 (0)