Skip to content

Commit 1cf0a0e

Browse files
committed
📑 Update README.md
1 parent 9ea8854 commit 1cf0a0e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Airbnb Clone with Next.js 13!
66

77
<p>
8-
Full Stack Airbnb Clone with Next.js 13 Tailwind-css, Prisma, MongoDB, NextAuth, Framer-motionSocial, Login (Google and Facebook), Image upload, Cloudinary CDN, Location selection, Map component, Country autocomplete, Fetching listings with server components
8+
Full Stack Airbnb Clone with Next.js 13 Tailwind-css, Prisma, MongoDB, NextAuth, Framer-motionSocial, Login (Google and Facebook), Image upload, Cloudinary CDN, Location selection, Map component, Country autocomplete, Fetching listings with server components.
99
</p>
1010

1111
<!-- Badges -->
@@ -127,7 +127,6 @@ Full Stack Airbnb Clone with Next.js 13 Tailwind-css, Prisma, MongoDB, NextAuth,
127127
</tr>
128128
</table>
129129

130-
131130
## :toolbox: Getting Started
132131

133132
### :bangbang: Prerequisites
@@ -162,7 +161,6 @@ To run this project, you will need to add the following environment variables to
162161

163162
`NEXT_PUBLIC_LOOKUP_KEY`
164163

165-
166164
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
167165

168166
### :gear: Installation
@@ -210,15 +208,15 @@ module.exports = {
210208
"./app/**/*.{js,ts,jsx,tsx}",
211209
"./pages/**/*.{js,ts,jsx,tsx}",
212210
"./components/**/*.{js,ts,jsx,tsx}",
213-
211+
214212
// Or if using `src` directory:
215213
"./src/**/*.{js,ts,jsx,tsx}",
216214
],
217215
theme: {
218216
extend: {},
219217
},
220218
plugins: [],
221-
}
219+
};
222220
```
223221

224222
#### Add the Tailwind directives to your CSS

0 commit comments

Comments
 (0)