Skip to content

Commit b96301c

Browse files
committed
[BF] fix readme
1 parent f8b2350 commit b96301c

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
All notable changes to `:package_name` will be documented in this file
3+
All notable changes to `laravel-apicontroller` will be documented in this file
44

5-
## 1.0.3 - 2017-09-27
5+
## 1.0.4 - 2017-09-27
66

77
- add missing basic files to root
88

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Provides basic API functionality for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/webfactor/laravel-apicontroller.svg?style=flat-square)](https://packagist.org/packages/webfactor/laravel-apicontroller)
4-
[![Build Status](https://img.shields.io/travis/webfactor/laravel-apicontroller/master.svg?style=flat-square)](https://travis-ci.org/webfactor/laravel-apicontroller)
54
[![StyleCI](https://styleci.io/repos/104893362/shield?branch=master)](https://styleci.io/repos/104893362)
65
[![Total Downloads](https://img.shields.io/packagist/dt/webfactor/laravel-apicontroller.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-apicontroller)
76

@@ -11,14 +10,13 @@
1110
You can install the package via composer:
1211

1312
```bash
14-
// :todo
13+
// composer require webfactor/laravel-apicontroller
1514
```
1615

1716
## Usage
1817

1918
``` php
20-
$package = new Webfactor\Package();
21-
echo $package->helloWorld();
19+
// :todo
2220
```
2321

2422
## Changelog

0 commit comments

Comments
 (0)