Skip to content

Commit

Permalink
Updated package name in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mullen2 committed Oct 1, 2019
1 parent a4f68c5 commit f10f642
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REDCap is a web application for building and managing online surveys and databas

Developers: [Jim Mullen](https://github.com/mullen2); [Andy Arenson](https://github.com/aarenson), [email protected]

[![Packagist](https://img.shields.io/packagist/v/phpcap/PHPCap.svg)](https://packagist.org/packages/phpcap/phpcap)
[![Packagist](https://img.shields.io/packagist/v/iu-redcap/PHPCap.svg)](https://packagist.org/packages/iu-redcap/phpcap)
[![PHP 5.6+](https://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg)](https://php.net/)
[![Apache 2 License](https://img.shields.io/packagist/l/phpcap/PHPCap.svg)](https://www.apache.org/licenses/LICENSE-2.0)

Expand Down
2 changes: 1 addition & 1 deletion docs-md/UserGuide1.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Create a directory for your project, and cd to that directory:

If you have [Composer](https://getcomposer.org/) installed, you can get PHPCap using:

composer require phpcap/phpcap
composer require iu-redcap/phpcap

If you have [Git](https://git-scm.com/) installed, you can use the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide1.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h3 id="Create a project directory">Create a project directory</h3>
cd phpcap-project</code></pre></div>
<h3 id="Get PHPCap">Get PHPCap</h3>
<p>If you have <a href="https://getcomposer.org/">Composer</a> installed, you can get PHPCap using:</p>
<div class="description"><pre><code>composer require phpcap/phpcap</code></pre></div>
<div class="description"><pre><code>composer require iu-redcap/phpcap</code></pre></div>
<p>If you have <a href="https://git-scm.com/">Git</a> installed, you can use the following:</p>
<div class="description"><pre><code>git clone https://github.com/iuredcap/phpcap </code></pre></div>
<p>If you don't have Composer or Git installed, you can get a Zip file of PHPCap from GitHub by clicking on this link:</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ class Version
# This release number should be updated each time a release is made.
# This value will be logged to indicate which version of the
# software is being used.
const RELEASE_NUMBER = "1.0.2";
const RELEASE_NUMBER = "1.0.3";
}

0 comments on commit f10f642

Please sign in to comment.