aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-11-20 12:43:51 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-20 19:09:18 +0000
commitc60dea17d8fa72bad158a53d1e4df113ed8f92c2 (patch)
treec79d627c207ad85b7b39a530191729f1ad2f18fc /experimental
parent0c1c2b39dd93100542236b23546ed0b855816a49 (diff)
style nit: s/RIGHT SINGLE QUOTATION MARK/APOSTROPHE/g when apropriate
Change-Id: If834febee09266cad6a7a2fb64b06adc25790e33 Reviewed-on: https://skia-review.googlesource.com/73742 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'experimental')
-rw-r--r--experimental/GLFWTest/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/GLFWTest/README.txt b/experimental/GLFWTest/README.txt
index 2be3f24940..dd2b4ea29b 100644
--- a/experimental/GLFWTest/README.txt
+++ b/experimental/GLFWTest/README.txt
@@ -1,6 +1,6 @@
-This test is Mac-only for now. Adding Linux or Win support shouldn’t be that difficult — it just needs a project file.
+This test is Mac-only for now. Adding Linux or Win support shouldn't be that difficult — it just needs a project file.
-To run this demo, you’ll need to do three things:
-1) Get GLFW 3.1.1 or later, and install it at third_party/externals/glfw. You’ll need to run ‘cmake’ in that directory to build the makefiles, and then ‘make’ to build the libglfw.a library.
+To run this demo, you'll need to do three things:
+1) Get GLFW 3.1.1 or later, and install it at third_party/externals/glfw. You'll need to run ‘cmake’ in that directory to build the makefiles, and then ‘make’ to build the libglfw.a library.
2) Build the skia libraries via the command line (by running ‘ninja -C out/<config> dm’, for example.
3) Get a ship.png file. Place it in this directory.