Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Commit

Permalink
Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ncNet committed Jan 7, 2018
1 parent bc3c72e commit 7e54e5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ members to evaluate and review our projects, clients, offers and clients.

asciii GUI is built with [Angular 5](https://angular.io) and was inspired by [InvoicePlane](https://github.com/InvoicePlane/InvoicePlane).

[![travis](https://travis-ci.org/ascii-dresden/ascii-hub.svg?branch=master)](https://travis-ci.org/ascii-dresden/ascii-hub/)
[![dependency Status](https://david-dm.org/ascii-dresden/ascii-hub.svg)](https://david-dm.org/ascii-dresden/ascii-hub)
[![devDependency Status](https://david-dm.org/ascii-dresden/ascii-hub/dev-status.svg)](https://david-dm.org/ascii-dresden/ascii-hub?type=dev)
[![travis](https://travis-ci.org/ascii-dresden/asciii-gui.svg?branch=master)](https://travis-ci.org/ascii-dresden/asciii-gui/)
[![dependency Status](https://david-dm.org/ascii-dresden/asciii-gui.svg)](https://david-dm.org/ascii-dresden/asciii-gui)
[![devDependency Status](https://david-dm.org/ascii-dresden/asciii-gui/dev-status.svg)](https://david-dm.org/ascii-dresden/asciii-gui?type=dev)

[![GitHub forks](https://img.shields.io/github/forks/ascii-dresden/ascii-hub.svg?style=social&label=Fork)](https://github.com/ascii-dresden/ascii-hub/fork)
[![GitHub stars](https://img.shields.io/github/stars/ascii-dresden/ascii-hub.svg?style=social&label=Star)](https://github.com/ascii-dresden/ascii-hub)
[![GitHub forks](https://img.shields.io/github/forks/ascii-dresden/asciii-gui.svg?style=social&label=Fork)](https://github.com/ascii-dresden/asciii-gui/fork)
[![GitHub stars](https://img.shields.io/github/stars/ascii-dresden/asciii-gui.svg?style=social&label=Star)](https://github.com/ascii-dresden/asciii-gui)

> Built with :heart: in Dresden
Expand Down
1 change: 0 additions & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export const environment = {
production: true,
forecast: true,
currencyCode: 'EUR',
language: 'de',
invoicerMockApi: false,
Expand Down
1 change: 0 additions & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

export const environment = {
production: false,
forecast: false,
currencyCode: 'EUR',
language: 'de',
invoicerMockApi: false,
Expand Down

0 comments on commit 7e54e5f

Please sign in to comment.