diff --git a/README.md b/README.md index 91f2d25557dc3945753b0369e6136cc4b626517d..e29a83798815a4dd3dfe16d405fd227f0938db60 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Java2-Proj1 To display information about recent earthquakes. +## Some conventions * Please put the code in the `src` directory. * The binaries that the IDE generates are in the `bin` directory, which would be ignored when committing. * The resources which are required or on the Sakai would be placed in the `res` directory. - -* The **TODO Lists** are recommanded to be raised in [Issues](https://gitee.com/JavaProjLiverSaver/Java2-Proj1/issues/new). \ No newline at end of file +* The **TODO Lists** are recommanded to be raised in [Issues](https://gitee.com/JavaProjLiverSaver/Java2-Proj1/issues/new). +* Please use **ONLY English letters and notations (a.k.a BASIC LATIN)** for the codes and comments, or it may cause some problems such as unreadable characters. \ No newline at end of file