Test on newer releases
[hope.git] / README.md
index 5f2ed6c..0c939d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/ibnfirnas/hope.svg?branch=master)](https://travis-ci.org/ibnfirnas/hope)
+[![Build Status](https://travis-ci.org/xandkar/hope.svg?branch=master)](https://travis-ci.org/xandkar/hope)
 
 Hope
 ====
@@ -44,7 +44,7 @@ else, these are influenced by Jane Street's Core of the OCaml world.
         1. revising abstractions, or, if not practical
         2. creating a public record specifically for the purpose of passing
            many arguents, which simulates labeled arguments. For an example see
-           https://github.com/ibnfirnas/oauth1_core where I used that technique
+           https://github.com/xandkar/oauth1_core where I used that technique
            extensively (especially in oauth1_server.erl)
 
 
@@ -53,8 +53,8 @@ Abstractions
 
 ### Monads
 
-A class of burritos, used for sequencing operations on a particular data type.
-Defined in `hope_gen_monad`, implemented as:
+A class of burritos, used for expressing sequences of operations on some data
+type.  Defined in `hope_gen_monad`, implemented as:
 
 - `hope_result`: for composition of common functions returning
   `{ok, Val} | {error, Reason}`. An alternative to exceptions, which makes the
This page took 0.02169 seconds and 4 git commands to generate.