From 8d94c5906348a95582750400ef92976f34ca7dd0 Mon Sep 17 00:00:00 2001 From: Russell Aunger Date: Tue, 14 Jul 2020 18:23:03 -0400 Subject: [PATCH] Update README Overview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dbf63f..7298a34 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Derived from https://github.com/iopipe/lambda-runtime-pypy3.5 ## Overview -This is an AWS Lambda Runtime for PyPy. It uses [portable-pypy](https://github.com/squeaky-pl/portable-pypy), which is a statically-linked distribution of PyPy. +This is an AWS Lambda Runtime for PyPy. Unlike the upstream, which uses [portable-pypy](https://github.com/squeaky-pl/portable-pypy), this uses the official distro, and supports Python 2 and Python 3. ## Build