From 4cac70fed942b0029a7f83abdf1e9e694901ee53 Mon Sep 17 00:00:00 2001 From: David Campbell Date: Wed, 7 Jun 2017 13:22:58 -0400 Subject: [PATCH] update README.md to reflect new cargo option --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index edfcc52..476320e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,5 @@ basic game logic and support for the Go Text Protocol. Build and view the documentation: ```sh -$ cargo doc -$ $BROWSER target/doc/libgo/index.html +$ cargo doc --open ```