From b201e677cfad2ea09a742899d60dc0c0012dae6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Mon, 9 May 2022 13:00:36 +0200 Subject: [PATCH] Update contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 6a92b01b50cc8..33251e0633e45 100644 --- a/contributing.md +++ b/contributing.md @@ -270,7 +270,7 @@ When you add an example to the [examples](examples) directory, don’t forget to - Replace `DIRECTORY_NAME` with the directory name you’re adding. - Fill in `Example Name` and `Description`. - Examples should be TypeScript first, if possible. -- Do not add the `name` add `version` fields to your `package.json`. +- Omit the `name` and `version` fields from your `package.json`. - Ensure all your dependencies are up to date. - Ensure you’re using [`next/image`](https://nextjs.org/docs/api-reference/next/image). - To add additional installation instructions, please add it where appropriate.