Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Apr 4, 2019
1 parent 3131392 commit e69ddf2
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,6 +1,6 @@
# 👾🥕 Alien Food Invasion
[![Latest Version on NPM](https://img.shields.io/npm/v/%40pmochine%2Fvee-validate-laravel.svg?style=flat-square)](https://npmjs.com/package/%40pmochine%2Fvee-validate-laravel)
[![Total Downloads on NPM](https://img.shields.io/npm/dt/%40pmochine%2Fvee-validate-laravel.svg)](https://www.npmjs.com/package/%40pmochine%2Fvee-validate-laravel)
[![Latest Version on NPM](https://img.shields.io/npm/v/foodinvasion.svg?style=flat-square)](https://www.npmjs.com/package/foodinvasion)
[![Total Downloads on NPM](https://img.shields.io/npm/dt/foodinvasion.svg)](https://www.npmjs.com/package/foodinvasion)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)

![Alien Food Invasion](src/images/preview.jpg)
Expand All @@ -9,14 +9,14 @@

## Installation in 2 Steps*

### 1: Install the package 💻 on [NPM](https://www.npmjs.com/package/@avidofood/foodinvasion)
### 1: Install the package 💻 on [NPM](https://www.npmjs.com/package/foodinvasion)
```bash
npm i @pmochine/foodinvasion
npm i foodinvasion
```
### 2: Add the package in your main.js

```javascript
import startPlaying from '/@avidofood/FoodInvasion';
import startPlaying from 'foodinvasion';

...
startPlaying();
Expand Down Expand Up @@ -61,7 +61,7 @@ Example in Vue:
</template>
<script>
import startPlaying from '@modules/@avidofood/FoodInvasion/src/index';
import startPlaying from 'foodinvasion';
export default {
data() {
Expand Down

0 comments on commit e69ddf2

Please sign in to comment.