Skip to content
This repository has been archived by the owner on Jan 10, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vierbergenlars committed Aug 27, 2013
1 parent dfefe6e commit a38fcb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Norch-PHP-Client
Forage-PHP-Client
================

[![Build Status](https://travis-ci.org/vierbergenlars/Norch-PHP-Client.png?branch=master)](https://travis-ci.org/vierbergenlars/Norch-PHP-Client)
[![Build Status](https://travis-ci.org/vierbergenlars/Forage-PHP-Client.png?branch=master)](https://travis-ci.org/vierbergenlars/Forage-PHP-Client)

A PHP client for the Norch search server
A PHP client for the Forage search server

License: [MIT](https://github.com/vierbergenlars/Norch-PHP-Client/blob/master/LICENSE)
License: [MIT](https://github.com/vierbergenlars/Forage-PHP-Client/blob/master/LICENSE)

## Installation

Expand All @@ -18,9 +18,9 @@ License: [MIT](https://github.com/vierbergenlars/Norch-PHP-Client/blob/master/LI
```php
<?php

use vierbergenlars\Norch\Transport\Http as HttpTransport;
use vierbergenlars\Forage\Transport\Http as HttpTransport;

$transport = new HttpTransport('http://localhost:3000/'); // Edit if the Norch server lives somewhere else
$transport = new HttpTransport('http://localhost:3000/'); // Edit if the Forage server lives somewhere else

```

Expand Down

0 comments on commit a38fcb2

Please sign in to comment.