From 86ab4e2b3c41ef521ca1e90e403c0b126ac70f64 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 10 Sep 2021 16:15:06 -0400 Subject: [PATCH] Read me: Update heading levels --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf07c47b..2b6ba088 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## [Reflex](https://reflex-frp.org/) +# [Reflex](https://reflex-frp.org/) [![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/reflex.svg)](https://hackage.haskell.org/package/reflex) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/reflex/badge)](https://matrix.hackage.haskell.org/#/package/reflex) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/reflex-frp/reflex/blob/master/LICENSE) @@ -8,7 +8,7 @@ Reflex is a fully-deterministic, higher-order Functional Reactive Programming in **Visit https://reflex-frp.org for more information, tutorials, documentation and [examples](https://examples.reflex-frp.org/).** -### Resources +## Resources * [Official Website](https://reflex-frp.org) * [Quick Reference](Quickref.md) @@ -18,6 +18,6 @@ Reflex is a fully-deterministic, higher-order Functional Reactive Programming in * [/r/reflexfrp](https://www.reddit.com/r/reflexfrp) * [irc.freenode.net #reflex-frp](http://webchat.freenode.net?channels=%23reflex-frp&uio=d4) -### Hacking +## Hacking From the root of a [Reflex Platform](https://github.com/reflex-frp/reflex-platform) checkout, run `./scripts/hack-on haskell-overlays/reflex-packages/dep/reflex`. This will check out the reflex source code into the `haskell-overlays/reflex-packages/dep/reflex` directory. You can then point that checkout at your fork, make changes, etc. Use the `./try-reflex` or `./scripts/work-on` scripts to start a shell in which you can test your changes.