diff --git a/src/index.ts b/src/index.ts index 85f3b0a..446d5e6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,7 +15,7 @@ function randomString(length = 5) { } app.get('/', async (c) => { - return c.text('this is featherbin, create a paste by POSTing to /paste with the content in the body') + return c.text('this is featherbin, create a paste by POSTing to /paste with the content in the body\nhttps://github.com/SrIzan10/featherbin') }) app.post('/paste', async (c) => {