diff --git a/README.md b/README.md index fe5119de2f..82130d3414 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ for this project, so you can just focus on the content. We currently don't enforce the prettier formatting to make it easy for people unfamiliar with programming to also be able to make edits from GitHub directly. -This is a common theme - unlike the rest of the codebase where expect some +This is a common theme - unlike the rest of the codebase where we expect some baseline understanding of the tools involved, the docs are meant to be a place for non-technical people to also provide their input. The reason for this is not to increase the number of docs, but to bring more diversity to them. Such diff --git a/package.json b/package.json index 23f58d1cc9..165f5fb888 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "private": true, "scripts": { "dev": "vitepress dev docs", "build": "vitepress build docs",