From 95915b6d01290b8cf5449c3d7e0daf40dd7f3ed6 Mon Sep 17 00:00:00 2001 From: Shane Date: Thu, 16 Nov 2023 23:36:05 -0500 Subject: [PATCH] chore: update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e60498..9cf1648 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ export default fp((fastify, options, done) => { }); ``` +### Quick Setup on the Client Side Within any "endpoint" function, or if you have access to ```fastify.rabbitmq``` you can then call: @@ -63,8 +64,6 @@ fastify.get('/rabbitmq', async (request, reply) => { Sending the string ```bar``` to the queue called ```foo```. -### Quick Setup on the Client Side - ## Full Documentation ### Options @@ -100,4 +99,4 @@ If not provided, your application will fail to load. ## License -Licensed under [MIT](./LICENSE). \ No newline at end of file +Licensed under [MIT](./LICENSE).