diff --git a/apidocs/openapi.json b/apidocs/openapi.json index 5aa7466..7d39e04 100644 --- a/apidocs/openapi.json +++ b/apidocs/openapi.json @@ -2,8 +2,8 @@ "openapi": "3.1.0", "info": { "version": "1.0.0", - "title": "Solid Email Notifications", - "description": "Hello world! This is a Solid email notifier. Read more at https://github.com/OpenHospitalityNetwork/solid-email-notifications" + "title": "Simple Email Notifications", + "description": "Hello world! This is a simple email notifier for Solid apps. Read more at https://github.com/OpenHospitalityNetwork/simple-email-notifications" }, "servers": [ { diff --git a/package.json b/package.json index 2526d2b..f59c791 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "solid-email-notifications", + "name": "simple-email-notifications", "version": "0.0.1", "main": "dist/index.js", "scripts": { diff --git a/src/generate-api-docs.ts b/src/generate-api-docs.ts index 512cc08..174d20b 100644 --- a/src/generate-api-docs.ts +++ b/src/generate-api-docs.ts @@ -5,9 +5,9 @@ import { init, notification } from './schema' const doc = { info: { version: '', - title: 'Solid Email Notifications', + title: 'Simple Email Notifications', description: - 'Hello world! This is a Solid email notifier. Read more at https://github.com/OpenHospitalityNetwork/solid-email-notifications', + 'Hello world! This is a simple email notifier for Solid apps. Read more at https://github.com/OpenHospitalityNetwork/simple-email-notifications', }, servers: [{ url: '/' }], tags: [],