Namdak Tonpa 5 лет назад
Родитель
Сommit
9035f6dd34
2 измененных файлов с 6 добавлено и 3 удалено
  1. 5 2
      README.md
  2. 1 1
      mix.exs

+ 5 - 2
README.md

@@ -7,9 +7,12 @@ Features and Goals
 ------------------
 
 * Fastest possibe Record <-> Proplists transformations
-* Smalled REST framework in the World
+* Smallest REST framework in the world
+* ETS/KVS/Any storage selection by scaffolding
 
-We achived first requirement by providing parse_transform code generation for tuple transformations. And second requirement was achieved by not including routing bullshit and other uncertain features.
+We've achived first goal by providing parse_transform code generation
+for tuple transformations. And second requirement was achieved
+by not including routing bullshit and other uncertain features.
 
 Usage
 -----

+ 1 - 1
mix.exs

@@ -17,7 +17,7 @@ defmodule REST.Mixfile do
   end
 
   def deps, do: [ {:ex_doc, ">= 0.0.0", only: :dev},
-                  {:rocksdb, github: "enterprizing/rocksdb"},
+                  {:rocksdb, "~> 1.2.0"},
                   {:kvs, "~> 6.7.7"},
                   {:syn, "~> 1.6.3"},
                   {:n2o, "~> 6.7.7"},