소스 검색

Update readme.md

Aaron Speer 8 년 전
부모
커밋
112e0e760c
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 1
      readme.md

+ 11 - 1
readme.md

@@ -1 +1,11 @@
-A simple, 1 file URL shortener.
+# Simple URL Shortener
+
+## Simple
+
+The application uses a single PHP fle to do all the work. 
+It appears as a single page with an interface that is easy for all users to use.
+It includes a simple configuration at the top of the file which allows the all settings to be changed.
+
+## Powerful
+
+MySQL is the database used to store the data, as it works quickly, even under heavy workloads.