diff --git a/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-license-to-your-package.json/index.md b/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-license-to-your-package.json/index.md
index 361d8f594c..c2c3629e23 100644
--- a/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-license-to-your-package.json/index.md
+++ b/guide/english/certifications/apis-and-microservices/managing-packages-with-npm/add-a-license-to-your-package.json/index.md
@@ -3,8 +3,11 @@ title: Add a License to Your package.json
---
## Add a License to Your package.json
-This is a stub. Help our community expand it.
-
-This quick style guide will help ensure your pull request gets accepted.
-
+You should go over to the `package.json` file in your project. Licenses follow a similar convention as this:
+
+```code
+"license": "ExampleLicense"
+```
+
+Help our community expand these hints and guides.