diff --git a/README.md b/README.md index 2333ea9b..69172a8a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Proudly built with [Phoenix](https://phoenixframework.org). website: "https://example.com/", github: "https://github.com/example/acme-corp", # reference lib/companies/industries.ex for a list of recommended industries to use here - industry: "Technology", + industry: "Information Technology", location: %{ city: "City", state: "State", @@ -42,6 +42,7 @@ Proudly built with [Phoenix](https://phoenixframework.org). } ``` +- Run `mix validate_company_file priv/companies/your-new-file.exs` to validate the new company file. - Create a pull request adding the new company file ## Development diff --git a/lib/mix/tasks/create_company_file.ex b/lib/mix/tasks/create_company_file.ex index 58f69454..97bb8446 100644 --- a/lib/mix/tasks/create_company_file.ex +++ b/lib/mix/tasks/create_company_file.ex @@ -48,7 +48,7 @@ defmodule Mix.Tasks.CreateCompanyFile do website: "https://example.com/", github: "https://github.com/example/#{file_name}", # reference lib/companies/industries.ex for a list of recommended industries to use here - industry: "Technology", + industry: "Information Technology", location: %{ city: "City", state: "State",