From 3635b584f809eb38f13ea83f211b1727cb28dd87 Mon Sep 17 00:00:00 2001 From: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:11:01 +0000 Subject: [PATCH] Update content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../generating-a-json-web-token-jwt-for-a-github-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md b/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md index 395f76beac71..0036f1652f4e 100644 --- a/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md +++ b/content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md @@ -77,7 +77,7 @@ puts jwt ### Example: Using Python to generate a JWT > [!NOTE] -> You must run `pip install PyJWT cryptography` to install the `PyJWT` and the 'cryptography' packages in order to use this script. +> You must run `pip install PyJWT cryptography` to install the `PyJWT` and the `cryptography` packages in order to use this script. ```python copy #!/usr/bin/env python3