Skip to content

Commit b201168

Browse files
authored
Merge pull request #796 from wenqingl/master
doc: Update README.md
2 parents e5e675c + 61280e3 commit b201168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848

4949
Payload is a CMS that has been designed for developers from the ground up to deliver them what they need to build great digital products. If you know JavaScript, you know Payload. It's a _code-first_ CMS, which allows us to do a lot of things right:
5050

51-
- Payload gives you everything you need, but then steps back and lets you build what you want in JavaScript or TypeScript - with no unnecessary complexity brought by GUIs. You'll understand how your CMS works, because you will have written it exactly how you want it.
51+
- Payload gives you everything you need, but then steps back and lets you build what you want in JavaScript or TypeScript - with no unnecessary complexity brought by GUIs. You'll understand how your CMS works because you will have written it exactly how you want it.
5252
- Bring your own Express server and do whatever you need on top of Payload. Payload doesn't impose anything on you or your app.
5353
- Completely control the Admin panel by using your own React components. Swap out fields or even entire views with ease.
54-
- Use your data however and wherever you need thanks to auto-generated, yet fully extensible REST, GraphQL and Local Node APIs.
54+
- Use your data however and wherever you need thanks to auto-generated, yet fully extensible REST, GraphQL, and Local Node APIs.
5555

5656
### Quick Start
5757

0 commit comments

Comments
 (0)