Skip to content

Commit 695390c

Browse files
Fix typos and improve README.md (BuilderIO#4117)
Fixes several typos and improves readability ## Description This PR addresses minor typos and enhances readability by updating the README to better adhere to grammar and documentation standards. It also adds a live-updating star count badge. The License badge now links to the LICENSE file. The "Try it out!" header is changed to "Sign up" for scanability. _(this is my very first PR ever; let me know if I can improve it! Thanks 😊)_ --------- Co-authored-by: Korey Kassir <[email protected]>
1 parent 4ba98b2 commit 695390c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<img alt="Builder.io logo" src="https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F96fa96f7f5a0415f9dff40b41d78b6a7">
77
</picture>
88
</p>
9-
<br />
109
<h3 align="center">
1110
Visual Development On Any Stack
1211
</h3>
1312
<p align="center">
14-
Turn Figma designs to code. Drag and drop with your components. Publish with a click.
13+
Turn Figma designs into code. Drag and drop your components. Publish with a click.
1514
</p>
1615

1716
<p align="center">
17+
<a href="https://github.com/BuilderIO/builder"><img alt="Repo stars" src="https://img.shields.io/github/stars/BuilderIO/builder?style=flat"></a>
1818
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
1919
<a href="https://github.com/builderio/builder/pulls"><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
20-
<a href="https://github.com/BuilderIO/builder"><img alt="License" src="https://img.shields.io/github/license/BuilderIO/builder" /></a>
20+
<a href="https://github.com/BuilderIO/builder/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/BuilderIO/builder" /></a>
2121
<a href="https://www.npmjs.com/package/@builder.io/sdk"><img alt="Types" src="https://img.shields.io/npm/types/@builder.io/sdk" /></a>
2222
</p>
2323
<br />
@@ -28,26 +28,26 @@
2828

2929
## How the Builder.io platform works
3030

31-
Builder connects to your existing site or app and allows you to visually generate code (using your existing components) from either Figma designs or our drag and drop editor, and then export that code or publish those updates via our [SDKs](https://www.builder.io/c/docs/developers).
31+
Builder connects to your existing site or app, so you can visually edit and generate code using your existing components. Use Figma designs or our drag-and-drop editor. Export your code or publish your updates via our [SDKs](https://www.builder.io/c/docs/developers).
3232

33-
Read about [how Builder works](https://www.builder.io/c/docs/how-builder-works-technical)
33+
Read more about [How Builder works](https://www.builder.io/c/docs/how-builder-works-technical).
3434

3535
<p align="center">
3636
<img alt="How it works" src="https://github.com/user-attachments/assets/7ef9ca00-22f2-49b7-9b29-1df1eb7daba7" />
3737
</p>
3838

39-
## Try it out!
39+
## Try it out
4040

41-
[Sign up for a free account](https://builder.io/signup) to dive right in.
41+
[Sign up for a free account](https://builder.io/signup) to dive right in.
4242

43-
## What's in this repository?
43+
## What's in this repository
4444

4545
This repo houses all of the various [SDKs](packages), [usage examples](examples), [starter projects](starters), and [plugins](plugins).
4646

47-
## Join the community!
47+
## Join the community
4848

49-
Questions? Requests? Feedback? Chat with us in our [official forum](https://forum.builder.io)!
49+
Questions, requests, or feedback? Chat with us on the [Builder.io Forum](https://forum.builder.io).
5050

5151
## We're hiring!
5252

53-
Help us enable anyone to build digital experiences and bring more ideas to life --> [https://www.builder.io/m/careers](https://www.builder.io/m/careers)
53+
Help us enable anyone to build digital experiences and bring more ideas to life. [View openings](https://www.builder.io/m/careers) now.

0 commit comments

Comments
 (0)