Update readme

This commit is contained in:
Mikołaj Pich 2019-02-05 19:11:42 +01:00
parent f2dba03c0c
commit d4204234f4
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
2 changed files with 6 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Wulkanowy Fake Log # Wulkanowy Fake Log
[![CircleCI](https://img.shields.io/circleci/project/github/wulkanowy/fake-log.svg)](https://circleci.com/gh/wulkanowy/fake-log) [![CircleCI](https://img.shields.io/circleci/project/github/wulkanowy/fake-log.svg?style=flat-square)](https://circleci.com/gh/wulkanowy/fake-log)
[![Greenkeeper badge](https://badges.greenkeeper.io/wulkanowy/fake-log.svg)](https://greenkeeper.io/) [![Greenkeeper badge](https://badges.greenkeeper.io/wulkanowy/fake-log.svg?style=flat-square)](https://greenkeeper.io/)
Fake log for the Wulknaowy app. Used for testing. Fake log for the Wulknaowy app. Used for testing.
@ -14,8 +14,6 @@ $ npm start
## Login ## Login
**Email**: `jan@fakelog.cf` - **Email**: `jan@fakelog.cf`
- **Password**: `jan123`
**Password**: `jan123` - **Log**: `Fakelog` for [fakelog.cf](https://fakelog.cf) or `Fakelog lokalnie` for local
**Log**: `Fakelog` for [fakelog.cf](fakelog.cf) or `Fakelog lokalnie` for local

View file

@ -482,7 +482,7 @@ router.all("/ZadaniaDomowe.mvc/Get", (req, res) => {
}; };
}), }),
"Pokazuj": j < 5 "Pokazuj": j < 5
} };
}), }),
"success": true "success": true
}); });