From 28604d87b1c77522e696c842d7529ac58389c06d Mon Sep 17 00:00:00 2001 From: petrs Date: Thu, 27 Jul 2017 16:16:51 +0200 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eba6d51..d2e015c 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ The usage is simple: 1. Developer signalizes interseting parts of code to profile by insertion of fixed strings 2. JCProfiler tool automatically generates all necessary testing code 3. Developer sets proper applet AID, applet CLA and APDU command which will trigger inspected operation -4. Performance measurement client is executed to collect all required measurements -5. Applet source code is annotted with measured timings +4. Performance measurement client is executed to collect all timing measurements +5. Applet source code is annotted with the extracted timings Please read [wiki](https://github.com/petrs/JCProfiler/wiki) for all details.