Update readme
This commit is contained in:
parent
f2dba03c0c
commit
d4204234f4
2 changed files with 6 additions and 8 deletions
12
README.md
12
README.md
|
@ -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
|
|
||||||
|
|
|
@ -482,7 +482,7 @@ router.all("/ZadaniaDomowe.mvc/Get", (req, res) => {
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
"Pokazuj": j < 5
|
"Pokazuj": j < 5
|
||||||
}
|
};
|
||||||
}),
|
}),
|
||||||
"success": true
|
"success": true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue