From 0eb10c67ff0531c406d81ea8b48e075c26550a17 Mon Sep 17 00:00:00 2001 From: brmnjsh Date: Thu, 14 Mar 2019 17:43:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 882a367..456ae90 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ braid: * `compose rm braid` removes the default braid container * `tsc` transpiles the typescript in braid into javascript * `compose build braid` builds the braid container based on the latest transpiled javascript files - * `comopose up -d` builds the braid container based on the files in the braid folder, overriding the defaul braid build container + * `comopose up -d` builds the braid container based on the files in the braid folder, overriding the default braid build container * you can see if braid is running by typing in `https://ysbraid.localhost:8443` * to connect to braid you need to use the url `wss://ysbraid.localhost:8443?token={token}` * the token is generated in the application that you're connecting to the braid app with (currently only measure has an implementation for this)