From bb1f709f0cada173bfb63ac0eacb084d7897c532 Mon Sep 17 00:00:00 2001 From: Vinicius Fortuna Date: Wed, 25 Sep 2024 08:02:58 -0600 Subject: [PATCH] Update README.md --- x/mobileproxy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/mobileproxy/README.md b/x/mobileproxy/README.md index b3a9a4c9..0456f5b9 100644 --- a/x/mobileproxy/README.md +++ b/x/mobileproxy/README.md @@ -8,7 +8,7 @@ This package enables the use Go Mobile to generate a mobile library to run a loc **Content app with MobileProxy:** ![image](https://github.com/user-attachments/assets/8b07c0b6-7948-4b61-a6b2-fe2fafdb1a33) -The integration typically consists of 3 steps: +The integration typically consists of the following steps: 1. Build the mobile native library using Go Mobile. 1. Add the library to your application. 1. Configure and run MobileProxy within your app.