From 81148d0bc747bd7f541ebd8b748421df6e3a4df6 Mon Sep 17 00:00:00 2001 From: Jayson Virissimo Date: Fri, 9 Mar 2018 23:44:57 -0700 Subject: [PATCH] Encourage better security practices in README The git protocol which transmits data without encryption. Installing the gem over HTTPS is preferred for this reason. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f675e0..a121df5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Okubo [![Build Status](https://travis-ci.org/rgravina/okubo.png)](https://travis ===== Okubo is a simple spaced-repetition system which you can associate with Active Record models to be learned -(such as words in a foreign language) and users in your system. Users study these +(such as words in a foreign language) and users in your system. Users study these words, and as they mark these attempts right or wrong, Okubo will determine when they should be reviewed next. @@ -15,7 +15,7 @@ Installation Add to Gemfile (will put on rubygems once at 0.1): ``` -gem 'okubo', :git => "git://github.com/rgravina/okubo.git" +gem 'okubo', git: 'https://github.com/rgravina/okubo.git' ``` Run: @@ -89,7 +89,7 @@ Reviewing --------- In addition to an expired method, Okubo provides a suggested reviewing sequence for all unknown words in the deck. -Words are randomly chosen from all untested words, failed, and finally expired in order of precedence. +Words are randomly chosen from all untested words, failed, and finally expired in order of precedence. ```ruby user.words.review #=> [word]