From 43db611a501fb9888626941fa803f94e6decb8aa Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Tue, 23 Mar 2021 11:51:00 -0700 Subject: [PATCH] update README md syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2a29b2..3444a0a 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ This container has its own GOPATH with only gomobile in it, so to use, you'll ne image: openpriv/android-go-mobile:2021.03 commands: - go mod download - - gomobile init - - make + - gomobile init + - make ### Version 2018.07