Skip to content

Commit d98d4b9

Browse files
authored
updating readme.md
did some minor changes in the content
1 parent d305705 commit d98d4b9

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,46 @@
22

33
# [Sugar Labs](https://www.sugarlabs.org/)
44

5-
# Sugar Labs web site
5+
## Sugar Labs Web Site
66

77
</div>
88

99
## Aims
1010

11-
* To announce our vision and mission,
12-
* To invite potential users of Sugar Labs software,
13-
* To advertise our free software and licensing approach,
14-
* To provide links to software downloads, and;
15-
* To invite potential developers to the source code we hold in trust.
11+
- Announce our vision and mission.
12+
- Invite potential users of Sugar Labs software.
13+
- Advertise our free software and licensing approach.
14+
- Provide links to software downloads.
15+
- Invite potential developers to the source code we hold in trust.
1616

1717
## Contributing
1818

19-
Content on the site, that is information about Sugar, Sugarizer, or Music Blocks, is _way more important_ than the style or appearance.
19+
Content about Sugar, Sugarizer, or Music Blocks is **far more important** than the site's style or appearance.
2020

21-
Please concentrate on updating the content of the site, and not the style or appearance.
21+
Please prioritize updating the site's content over its design.
2222

23-
For your pull requests or issues to be taken seriously, you must be a user or developer of one of our software products; Sugar, Sugarizer, or Music Blocks.
23+
To have your pull requests or issues considered seriously, you must be a user or developer of one of our software products: **Sugar, Sugarizer, or Music Blocks**.
2424

25-
For detailed information refer to the [Contribution's Guide](docs/CONTRIBUTING.md).
25+
For detailed guidelines, refer to the [Contribution Guide](docs/CONTRIBUTING.md).
2626

2727
## Tech Stack
2828

29-
SugarWeb is a client-side web application written in TypeScript. React is used to render UI components, and the project is set up to independently use any JavaScript UI library/framework or the JS DOM API directly. It is bundled using Vite.
29+
SugarWeb is a client-side web application written in TypeScript. It utilizes React for UI components and is designed to work with any JavaScript UI library/framework or the JS DOM API directly. The project is bundled using Vite.
3030

3131
### Application
3232

33-
* TypeScript 5
34-
* React 19
35-
* Tailwind CSS
33+
- TypeScript 5
34+
- React 19
35+
- Tailwind CSS
3636

3737
### Tooling
3838

39-
* Node.js
40-
* Vite
41-
* ESLint
42-
* Prettier
39+
- Node.js
40+
- Vite
41+
- ESLint
42+
- Prettier
4343

4444
## Development
4545

46-
To get started with development refer to the [Developer Guide](docs/dev_guide.md).
46+
To get started with development, refer to the [Developer Guide](docs/dev_guide.md).
47+

0 commit comments

Comments
 (0)