From 79a95eb37200e1d3ef68c513dab1b6d57f733d10 Mon Sep 17 00:00:00 2001 From: Jakub Kramarz Date: Thu, 29 Oct 2015 14:25:08 +0100 Subject: [PATCH] Upper-cased some names in README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 75c2986..6234c99 100644 --- a/README.rst +++ b/README.rst @@ -79,9 +79,9 @@ Known issues ============ - 0bin uses several HTML5/CSS3 features that are not widely supported. In that case we handle the degradation as gracefully as we can. -- The "copy to clipboard" feature is buggy under linux. It's flash, so we won't fix it. Better wait for the HTML5 clipboard API to be implemented in major browsers. +- The "copy to clipboard" feature is buggy under Linux. It's flash, so we won't fix it. Better wait for the HTML5 clipboard API to be implemented in major browsers. - The pasted content size limit check is not accurate. It's just a safety net, so we think it's ok. -- Some url shorteners and other services storing URLs break the encryption key. We will sanitize the URL as much as we can, but there is a limit to what we can do. +- Some URL shorteners and other services storing URLs break the encryption key. We will sanitize the URL as much as we can, but there is a limit to what we can do. What does 0bin not implement? ================================= @@ -113,7 +113,7 @@ For small fixes (typo and such), you can work on master. For features, you should create a dedicated branch. -In any case, if you modify Javascript or CSS files, you shall run compress.sh afterward to provide the minified files. It requires your to have yui-compressor installed (apt-get install yui-compressor on the debian family). +In any case, if you modify JavaScript or CSS files, you shall run compress.sh afterward to provide the minified files. It requires your to have yui-compressor installed (apt-get install yui-compressor on the Debian family). We don't require you to rebase/merge, ordinary merging is alright.