diff --git a/README.md b/README.md index cc68f86..74cbb1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # StartOS activate-license template -A drop-in folder that adds Bitcoin-paid licensing to your existing Start9 +A drop-in folder that adds Bitcoin-native licensing to your existing Start9 (StartOS 0.4.0.x) package. Your buyers get: - **"Buy license"** — pay with Bitcoin/Lightning on your BTCPay, never copy/paste the key. Optional discount/referral code field. diff --git a/startos/actions/buyLicense.ts b/startos/actions/buyLicense.ts index 8fd56e5..d15bcbc 100644 --- a/startos/actions/buyLicense.ts +++ b/startos/actions/buyLicense.ts @@ -48,7 +48,7 @@ export const buyLicense = sdk.Action.withInput( async ({ effects }) => ({ name: 'Buy license', description: - `Start a Bitcoin-paid purchase of a ${PRODUCT_DISPLAY_NAME} license. ` + + `Start a Bitcoin-native purchase of a ${PRODUCT_DISPLAY_NAME} license. ` + `You will get a checkout URL to open in your browser; after you pay, ` + `run "Finish license purchase" to have the key automatically ` + `captured — you never need to copy/paste anything.`,