From 8a0cc3a75f894869a4abac8f5a0612a3ed1bdcec Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Thu, 10 Mar 2022 13:34:26 +0000 Subject: [PATCH] Update README.md --- examples/nextjs-api-sales/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nextjs-api-sales/README.md b/examples/nextjs-api-sales/README.md index 7073131edc..2755a3abb1 100644 --- a/examples/nextjs-api-sales/README.md +++ b/examples/nextjs-api-sales/README.md @@ -1,4 +1,4 @@ -### Budibase API Next.js example +# Budibase API + Next.js example This is an example of how Budibase can be used as a backend for a Postgres database for a Next.js sales app. You will need to follow the walk-through that has been published on the Budibase blog to set up your Budibase app for this example. @@ -34,4 +34,4 @@ Look in the API routes (`pages/api/sales.ts` and `pages/api/salespeople.ts`) to There is also a utility file where some core functions and types have been defined, in `utilities/index.ts`. ## Attribution -This example was set up using [Next.js](https://nextjs.org/) and bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). \ No newline at end of file +This example was set up using [Next.js](https://nextjs.org/) and bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).