Skip to content

Commit 29b49e4

Browse files
committed
Update project name and description in apidocs
1 parent 6a40af1 commit 29b49e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apidocs/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"openapi": "3.1.0",
33
"info": {
44
"version": "1.0.0",
5-
"title": "Solid Email Notifications",
6-
"description": "Hello world! This is a Solid email notifier. Read more at https://github.com/OpenHospitalityNetwork/solid-email-notifications"
5+
"title": "Simple Email Notifications",
6+
"description": "Hello world! This is a simple email notifier for Solid apps. Read more at https://github.com/OpenHospitalityNetwork/simple-email-notifications"
77
},
88
"servers": [
99
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "solid-email-notifications",
2+
"name": "simple-email-notifications",
33
"version": "0.0.1",
44
"main": "dist/index.js",
55
"scripts": {

src/generate-api-docs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { init, notification } from './schema'
55
const doc = {
66
info: {
77
version: '',
8-
title: 'Solid Email Notifications',
8+
title: 'Simple Email Notifications',
99
description:
10-
'Hello world! This is a Solid email notifier. Read more at https://github.com/OpenHospitalityNetwork/solid-email-notifications',
10+
'Hello world! This is a simple email notifier for Solid apps. Read more at https://github.com/OpenHospitalityNetwork/simple-email-notifications',
1111
},
1212
servers: [{ url: '/' }],
1313
tags: [],

0 commit comments

Comments
 (0)