From cb47279d0805196aece8afc07f5db461f2d50d7c Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 7 Oct 2023 18:53:56 +0200 Subject: [PATCH] :memo: Add example enterprise host --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 57bcbdd..45fadd1 100644 --- a/README.md +++ b/README.md @@ -87,10 +87,10 @@ Embed the badge with: ### Optional Input Parameters -| Parameter | Description | Supported in SVG Mode | -| ------------- | -------------------------------------------------------------------------------------------------- | --------------------- | -| `host` | Default is `https://api.github.com/gists/`. You can change this if you're using GitHub enterprise. | ✅ | -| `forceUpdate` | Default is `false`. If set to `true`, the gist will be updated even if the content did not change. | ✅ | +| Parameter | Description | Supported in SVG Mode | +| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | +| `host` | Default is `https://api.github.com/gists/`. You can change this if you're using GitHub enterprise. The URL will be something like `github-enterprise-hostname/api/v3/gists`. | ✅ | +| `forceUpdate` | Default is `false`. If set to `true`, the gist will be updated even if the content did not change. | ✅ | ### Shields.io Parameters (optional)