From 53f696a6a3c185d78f1caafb300450965f791bab Mon Sep 17 00:00:00 2001 From: Rado Kirov Date: Tue, 14 Apr 2015 11:54:36 -0700 Subject: [PATCH] adds a README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..b86308358e --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# code.angularjs.org + +This repo contains the content served at [code.angularjs.org](https://code.angularjs.org). + +The site code.angularjs.org is *not* a CDN. The angular builds there are to be +used during the development of angularjs. The site is not suitable for +production usage. + +If you are looking for a CDN link to angularjs visit [anuglarjs.org](https://www.angularjs.org/).