From 28d0c3c5b45c94d8a2132dbef27bfafd7ae8a43b Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 9 Feb 2016 19:32:55 -0500 Subject: [PATCH] Updated about and readme Former-commit-id: e4f66ae34cc723ab49e45e2f6195d41ea6a6a156 [formerly c709d01cb0cba6a459e97f5bb2de0de612ded9fc] [formerly e798d17dbafb4c7283817d7a9c3e41e680c04b52 [formerly 7ccea8addf540b7d7bd0981472714fe92788b4ef [formerly 146d2d1a21b6daea32346dddeb48f13c1016268f]]] Former-commit-id: 1db049a05ed6bdec899901cd093781ef2dda7c10 [formerly eaaf8420dff4c89d9e2ddac6f89927051a7c8651] Former-commit-id: ae635e34286636e4ac250b3a6e4590ec17e06f25 Former-commit-id: cedbeaa4937025dde1942ed4e79380c96d67dc74 --- README.md | 2 +- utils.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d6484..e9213ff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you are writing a list and you want to tick off things really easily, just ad Math is supported using [Katex](https://github.com/Khan/KaTeX). Base64 images are supported [in img tags](https://stackoverflow.com/questions/1207190/embedding-base64-images) as well. -Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the github](https://github.com/schollz/cowyo). +Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the github](https://github.com/schollz/cowyo). If you'd like help or find a bug, please submit [an issue](https://github.com/schollz/cowyo/issues) or Tweet me @zack_118 **Powered by Raspberry Pi, Go, and NGINX** diff --git a/utils.go b/utils.go index e14794d..6d64a53 100644 --- a/utils.go +++ b/utils.go @@ -35,7 +35,7 @@ If you are writing a list and you want to tick off things really easily, just ad Base64 images are supported [in img tags](https://stackoverflow.com/questions/1207190/embedding-base64-images). Math is supported using [Katex](https://github.com/Khan/KaTeX). For example, ` + "`" + `$\frac{1}{2}$` + "`" + ` becomes $\frac{1}{2}$ and ` + "`" + `$$E=mc^2$$` + "`" + ` becomes $$E=mc^2$$ -Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the Github](https://github.com/schollz/cowyo). If you'd like help or find a bug, please submit [an issue](https://github.com/schollz/cowyo/issues) or Tweet me @nand7430. +Be cautious about writing sensitive information in the notes as anyone with the URL has access to it. For more information, or if you'd like to edit the code, [use the Github](https://github.com/schollz/cowyo). If you'd like help or find a bug, please submit [an issue](https://github.com/schollz/cowyo/issues) or Tweet me @zack_118. Have fun.