From 893d0f02be7e21d2eac27b1ca20ef7777eb535d5 Mon Sep 17 00:00:00 2001 From: litruv Date: Sun, 2 Aug 2026 20:51:35 +1000 Subject: [PATCH] Point install docs at master after the slatehtml merge. --- .github/workflows/main.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8274af9..edf022a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - slatehtml jobs: build: runs-on: ubuntu-latest diff --git a/README.md b/README.md index b29ea6a..f926fae 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Static documentation viewer built on **slatehtml** + **slatehtml-ui**: panel she ## Install (consumer sites) ```bash -npm install github:litruv/Docs-Viewer#slatehtml +npm install github:litruv/Docs-Viewer # peers / siblings as needed: npm install slatehtml slatehtml-ui ```