From 91e587d9c782a9f6eb3e6c275a95f0f4c10e3550 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 13 Mar 2017 11:30:48 +0100 Subject: [PATCH] fix section title --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 564551ce3..9988ff344 100644 --- a/readme.md +++ b/readme.md @@ -89,7 +89,7 @@ To test CryptPad, go to http://your.server:3000/assert/ You can use WebDriver to run this test automatically by running TestSelenium.js but you will need chromedriver installed. If you use Mac, you can `brew install chromedriver`. -## Developing with CryptPad +## Developing CryptPad CryptPad is built with a lot of small javascript libraries. To make js files load faster, we apply an aggressive caching policy.