From e031d7325cd13a782826f0c335123e3fde046d0f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 9 Oct 2019 17:44:04 +0200 Subject: [PATCH] README.md: remove text about the gophers example -token flag It doesn't belong in a README about Gio. Signed-off-by: Elias Naur --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index abc4e79d..1118af83 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,6 @@ The command runs a simple (nonsense) demo that displays Go contributors fetched from GitHub. -If you run into quota issues, supply a -[Github token](https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line) -with the `-token` flag: - - $ go run gioui.org/example/gophers -token - - ## Running on mobiles For Android, iOS, tvOS the `gogio` tool can build and package a Gio program for you.