From 33728100840179ee79713da7f0e6bd7f54d15f91 Mon Sep 17 00:00:00 2001 From: Roger-luo Date: Mon, 23 Dec 2019 03:22:20 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c36d45d..5bb2530 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You don't need to install Yao if you already have `CuYao`. They share the same A ## Documentation -`CuYao.jl` provides only two new APIs, `reg |> cu` to upload a register to GPU, and `cureg |> cpu` to download a register to CPU. +`CuYao.jl` provides only two extra APIs, `reg |> cu` to upload a register to GPU, and `cureg |> cpu` to download a register to CPU. To start, see the following example ```julia