diff --git a/README.md b/README.md index 57babb3..d22ff99 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Despite Power Query's limitations, such as its specific M code environment, this This repository was inspired by [Injae Park's YouTube video](https://www.youtube.com/watch?v=GXFxiEVAmfI) and [repository](https://github.com/PowerBIPark/PowerBI_MQueryTest) on how to version control M Code, his research and code is a cornerstone of this project; extremely useful were the references he included: - Imke Feldman's [post on expression evaluate](https://www.thebiccountant.com/2018/05/17/automatically-create-function-record-for-expression-evaluate-in-power-bi-and-power-query/) came particularly handy when dealing with documentation. -- Kim Burgess' [repository, m-tools](https://github.com/acaprojects/m-tools/blob/master/M.pq) was instrumental when defining the usage of the functions and the readme file. +- Kim Burgess' [repository, m-tools](https://github.com/acaprojects/m-tools/blob/master/M.pq) was instrumental when defining the usage of the functions, the readme file and the idea of "compiling" the functions in a single file to import. ## Usage ### Library installation and usage @@ -46,7 +46,7 @@ Below, you will find other handy PowerQuery libraries that could come in handy: ## License This project is licensed under the [MIT License](LICENSE). \ No newline at end of file