From c6bf9c8a06fd41ca11d2f007f9d67d74515274cf Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 23 Dec 2020 14:11:48 -0500 Subject: [PATCH] Fix typo in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e3955d59..f7f5ef94af 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ py_library( deps = [ ":myotherlib", requirement("some_pip_dep"), - requirement("anohter_pip_dep[some_extra]"), + requirement("another_pip_dep[some_extra]"), ] ) ```