Skip to content

Commit

Permalink
Update project name and description in apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon committed Feb 16, 2024
1 parent 6a40af1 commit 29b49e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apidocs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "solid-email-notifications",
"name": "simple-email-notifications",
"version": "0.0.1",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/generate-api-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit 29b49e4

Please sign in to comment.