diff --git a/docs/contributing_libraries.md b/docs/contributing_libraries.md index 52b6c41a75..82c4537b69 100644 --- a/docs/contributing_libraries.md +++ b/docs/contributing_libraries.md @@ -3,7 +3,7 @@ p5.js welcomes libraries contributed by others! Check out the libraries tutorial for more specifics about how to create one. If you have created a library and would like to have it included in the list, follow the instructions below! 1. Fork the repo -2. Add a file to the `src/content/libraries/en` folder named `yourLibraryName.yaml` (or consider copying an existing library as a starting point) +2. Add a file to the `src/content/libraries/en` folder named `yourLibraryName.yaml` (or consider copying an existing library as a starting point) 3. Inside it, add the following content: - `name`: The name of the library - `category`: A category that you think best fits your library. Your choices include: `drawing`, `color`, `ui`, `math`, `physics`, `algorithms`, `3d`, `ai-ml-cv`, `animation`, `shaders`, `language`, `hardware`, `sound`, `data`, `teaching`, `networking`, `export`, or `utils`.