update link to upper-constraints.txt
[modeling/etsicatalog.git] / README.md
index 663acc9..d815e8d 100644 (file)
--- a/README.md
+++ b/README.md
    ./         project files
    ./docker   docker related scripts
    ./logs     log file
-   ./catalog  generic parser management
-       ./packages      package life cycle API& logic
+   ./catalog  package management and generic parser service
+       ./packages      package life cycle API & logic
              ./               API url definition
              ./views          API related views, each operation is a view
              ./serializers    API related request and response parameters.
                               Suggest related to sol003/sol005, each datatype is a file.
                               Common datatypes are put into the common file
-             ./biz            Package management busyness logic files
-             ./tests          All the test case. At least each API should have a test case
+             ./biz            Package management business logic files
+             ./tests          All the test case. Each API should have at least a test case.
        ./jobs      Related job
        ./pub       Common class, including database, external micro service API, utils, and config parameters.
        ./samples   Catalog micro service health check