From 077631bd3218738d0c01817fc393e9ab1f8fa0d8 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Fri, 13 Nov 2020 21:17:52 +0000
Subject: [PATCH] Remove unused keys

---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 3bbf391..87be389 100644
--- a/README.md
+++ b/README.md
@@ -176,9 +176,7 @@ Within the `my_module` directory, create the file and paste in the following con
 ```yaml
 name: My Module
 type: module
-core: 8.x
 core_version_requirement: ^8 || ^9
-package: Custom
 ```
 
 ### 1c. Create the directory structure for tests