From 70d10c744151bb28778049c8a7e81feb9fa04f05 Mon Sep 17 00:00:00 2001 From: James Clawson Date: Sun, 1 Oct 2023 12:13:42 -0500 Subject: [PATCH] added section header --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d447376..8072ab6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ my_data <- stylo() stylo2gg(my_data) ``` +## Further details For more explanation on use, see the [introductory blog post](https://jmclawson.net/blog/posts/introducing-stylo2gg/), the function [reference pages](https://jmclawson.github.io/stylo2gg/reference/index.html) or the [package website](https://jmclawson.github.io/stylo2gg).