From e0604079b78bca6a3cdc4ae23a9fd1fc4add1add Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 14 Jun 2016 16:16:52 -0700 Subject: [PATCH] changed image size --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 80f4baa..a1e70cd 100644 --- a/src/README.md +++ b/src/README.md @@ -78,10 +78,10 @@ Unlike *zerotier-one*, *zerotier-netcon-service* does not need to be run with ro # Modes of operation There are generally two ways one might want to use this SDK/service. The approach is a compile-time static linking of our SDK/service directly into your application. -![Image](../docs/img/methods_integrated.png =120x120) +Integrated The second is a service-oriented approach where our SDK is dynamically-linked into your applications upon startup and will communicate to a single ZeroTier service on the host. -![Image](../docs/img/methods_service.png =120x120) +Service # Linking into an application on Mac OSX