aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/user
diff options
context:
space:
mode:
Diffstat (limited to 'site/user')
-rw-r--r--site/user/api/skcanvas_creation.md2
-rw-r--r--site/user/special/lua.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/user/api/skcanvas_creation.md b/site/user/api/skcanvas_creation.md
index 4055923904..de54dd9bbf 100644
--- a/site/user/api/skcanvas_creation.md
+++ b/site/user/api/skcanvas_creation.md
@@ -158,7 +158,7 @@ The SkPicture backend uses SkPictureRecorder instead of SkSurface.
draw(recordingCanvas);
sk_sp<SkPicture> picture = recorder.finishRecordingAsPicture();
SkFILEWStream skpStream(path);
- // Open SKP files with `SampleApp --picture SKP_FILE`
+ // Open SKP files with `viewer --skps PATH_TO_SKP --slide SKP_FILE`
picture->serialize(&skpStream);
}
diff --git a/site/user/special/lua.md b/site/user/special/lua.md
index b8a9cd5c9b..9798273ca9 100644
--- a/site/user/special/lua.md
+++ b/site/user/special/lua.md
@@ -21,7 +21,7 @@ Try It Out
----------
The tools `lua_app` and `lua_pictures` should now be available when you compile,
-and `SampleApp` should now have a `Lua` sample.
+and `Viewer` should now have a `Lua` sample.
To-Do