Skip to content

Commit e3d1072

Browse files
committed
Update table Markdown to use Github style Markdown table, move translation call to CONTRIBUTING.md
1 parent b97bf4f commit e3d1072

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Don't know where to begin? Here are some suggestions to get started:
3333
- Front end: React/Redux, CSS/Sass, CodeMirror
3434
- Back end: Node, Express, MongoDB, Jest, AWS
3535
- DevOps: Travis CI, Jest, Docker, Kubernetes, AWS
36+
- Documentation
37+
- Translations: Application and documentation
3638
* Use the [p5.js Web Editor](https://editor.p5js.org)! Find a bug? Think of something you think would add to the project? Open an issue.
3739
* Expand an existing issue. Sometimes issues are missing steps to reproduce, or need suggestions for potential solutions. Sometimes they need another voice saying, "this is really important!"
3840
* Try getting the project running locally on your computer by following the [installation steps](./../developer_docs/installation.md).

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# [p5.js Web Editor](https://editor.p5js.org)
22

3-
<table>
4-
<caption>Documentation of p5.js Web Editor is also available in following languages</caption>
5-
<tbody>
6-
<tr>
7-
<td><a href="https://github.com/processing/p5.js-web-editor/blob/master/translations/ko">한국어</a></td>
8-
</tr>
9-
</tbody>
10-
</table>
11-
12-
> We're looking for translators to help translate p5.js Web Editor. Please read [developer_docs](https://github.com/processing/p5.js-web-editor/tree/master/developer_docs) to contribute.
3+
4+
| Documentation is also available in the following languages |
5+
| ---- |
6+
| [한국어](https://github.com/processing/p5.js-web-editor/blob/master/translations/ko) |
7+
8+
## Welcome! 👋👋🏿👋🏽👋🏻👋🏾👋🏼
139

1410
The p5.js Web Editor is a platform for creative coding, with a focus on making coding accessible for as many people as possible, including artists, designers, educators, beginners, and anyone who wants to learn. Simply by opening the website you can get started writing p5.js sketches without downloading or configuring anything. The editor is designed with simplicity in mind by limiting features and frills. We strive to listen to the community to drive the editor’s development, and to be intentional with every change. The editor is free and open-source.
1511

0 commit comments

Comments
 (0)