From dd8603eef63d71aa3d87574a688b4fc0fa592875 Mon Sep 17 00:00:00 2001 From: David Dight Date: Thu, 17 Mar 2022 06:49:46 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee5b75f..8d9feb9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The UFE package comes with freely available high performance UFEed© client adap This brief example demonstrates how to create a client and a server that can listen and accept or initiate FIX sessions. This example uses the standard FIX42 dictionary. ## To download -There are two branches: `master` (stable version) and `dev` (latest cutting edge). Optionally specify the `dev` branch when you clone: +There are two branches: [`master`](https://github.com/fix8mt/fix8pro_example) (stable version) and [`dev`](https://github.com/fix8mt/fix8pro_example/tree/dev) (latest cutting edge). Optionally specify the `dev` branch when you clone: ```bash git clone https://github.com/fix8mt/fix8pro_example.git [-b dev] cd fix8pro_example