aboutsummaryrefslogtreecommitdiff
path: root/docs/buffer.md
diff options
context:
space:
mode:
authorGeoff Gustafson <grgustaf@users.noreply.github.com>2016-10-05 23:48:17 -0700
committerSakari Poussa <sakari.poussa@intel.com>2016-10-06 09:48:17 +0300
commit9bdba0a5edc85bdb3d6c11cf9c058df18eb1624a (patch)
treed8b50a22e9688c4c259e52affb94c396f2753710 /docs/buffer.md
parentaa0f294ef7f771c931291deb504817f0052e0c71 (diff)
[Cleanup] Update project name throughout repo (#251)
Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>
Diffstat (limited to 'docs/buffer.md')
-rw-r--r--docs/buffer.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/buffer.md b/docs/buffer.md
index f7acfa8..cd71a09 100644
--- a/docs/buffer.md
+++ b/docs/buffer.md
@@ -1,5 +1,5 @@
-Zephyr.js API for Buffer
-========================
+ZJS API for Buffer
+==================
* [Introduction](#introduction)
* [Web IDL](#web-idl)
@@ -10,8 +10,8 @@ Introduction
------------
Buffer is a [node.js API]
(https://nodejs.org/dist/latest-v6.x/docs/api/buffer.html)
-to read and write binary data accurately from JavaScript. Zephyr.js supports a
-minimal subset of this API that will be expanded as the need arises.
+to read and write binary data accurately from JavaScript. ZJS supports a minimal
+subset of this API that will be expanded as the need arises.
Web IDL
-------