Browse Source

Update ROADMAP

Loïc Hoguin 12 years ago
parent
commit
f685fe97ce
1 changed files with 1 additions and 6 deletions
  1. 1 6
      ROADMAP.md

+ 1 - 6
ROADMAP.md

@@ -13,11 +13,6 @@ are not ordered.
     Examples should be commented. They may or may not be
     Examples should be commented. They may or may not be
     used for writing the user guides.
     used for writing the user guides.
 
 
-*   Write user guides.
-
-    We currently have good API documentation, but no step
-    by step user guides.
-
 *   Continuous performance testing.
 *   Continuous performance testing.
 
 
     Initially dubbed the Horse project, Ranch could benefit
     Initially dubbed the Horse project, Ranch could benefit
@@ -39,7 +34,7 @@ are not ordered.
 
 
 *   Add Transport:secure/0.
 *   Add Transport:secure/0.
 
 
-    Currently Cowboy checks if a connection is secure by
+    Currently Ranch checks if a connection is secure by
     checking if its name is 'ssl'. This isn't a very modular
     checking if its name is 'ssl'. This isn't a very modular
     solution,  adding an API function that returns whether
     solution,  adding an API function that returns whether
     a connection is secure would fix that issue.
     a connection is secure would fix that issue.