fixed typos
This commit is contained in:
parent
a88da152c1
commit
d9a078a114
|
@ -1,4 +1,4 @@
|
|||
Flask-based web interface for user token adminstration of our hackerspace's door lock.
|
||||
Flask-based web interface for user token administration of our hackerspace's door lock.
|
||||
|
||||
## Installation
|
||||
Clone the repo
|
||||
|
@ -49,7 +49,7 @@ definitely should set custom values for the ``SECRET_KEY`` and
|
|||
``SECURITY_PASSWORD_SALT``.
|
||||
|
||||
### Token file
|
||||
The token file is an ASCII file which list the IDs of RFID tokens that can be
|
||||
The token file is an ASCII file which lists the IDs of RFID tokens that can be
|
||||
used to unlock the door. You can specify the path to the token file using the
|
||||
``TOKEN_FILE`` variable in the configuration file.
|
||||
Here's an example of a token file (lines starting with ``#`` represent inactive
|
||||
|
|
Loading…
Reference in New Issue
Block a user