Fix typos
This commit is contained in:
parent
2c2761e71e
commit
ef9673a64d
|
@ -1,6 +1,6 @@
|
|||
FROM sharelatex/sharelatex:latest
|
||||
|
||||
MAINTAINER Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>
|
||||
# MAINTAINER Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>
|
||||
|
||||
RUN apt-get update && apt-get dist-upgrade -y
|
||||
|
||||
|
|
19
README.md
19
README.md
|
@ -1,12 +1,13 @@
|
|||
## README file of the D4Science ShareLatex repository
|
||||
## Authors : Andrea Dell'Amico (ISTI-CNR)
|
||||
## Creation date : July 25th, 2018
|
||||
## ALst update : July 30th, 2018
|
||||
# README file of the D4Science ShareLatex repository
|
||||
|
||||
# I. Content :
|
||||
## Authors: Andrea Dell'Amico (ISTI-CNR)
|
||||
|
||||
- Dockerfile file used to build a docker image
|
||||
- Rprofile.site file used to set R local options
|
||||
- README.md current information text file
|
||||
- map_functions.R up-to-date R script containing the functions enabling the generation of a map using a CSV file and images
|
||||
### Creation date: July 25th, 2018
|
||||
|
||||
### ALst update: July 30th, 2018
|
||||
|
||||
## I. Content
|
||||
|
||||
* Dockerfile file used to build a docker image
|
||||
* Rprofile.site file used to set R local options
|
||||
* README.md current information text file
|
||||
|
|
Loading…
Reference in New Issue