From 50854194400c3a9920454a7c5fe4080879daa974 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 13 Apr 2011 01:51:17 -0400 Subject: [PATCH] Fix two small typos in the README. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index fd63eb3..b923a9c 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ Requirements common for all platforms: * CMake (tested with version 2.8) Requirements to build the GUI (optional): -* QT (tested with version 4.7) +* Qt (tested with version 4.7) * QJSON (tested with version 0.7.1) @@ -85,7 +85,7 @@ http://www.cmake.org/Wiki/CmakeMingw for detailed instructions. * Run the application you want to trace as - LD_PRELOAD=/path/to/glxtrace.so /path/to/application + LD_PRELOAD=/path/to/libglxtrace.so /path/to/application * View the trace with -- 2.43.0