diff --git a/README.md b/README.md deleted file mode 100644 index 6666380..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Source code originally forked from: - -- https://github.com/jfarleyx/chrome-native-messaging-golang - -Most of the lines still here from jfarleyx's project is in the native messaging host written in Go and if anyone is interested in starting their own project using a good skeleton it should fork it from there too. diff --git a/README.mkd b/README.mkd new file mode 100644 index 0000000..4739530 --- /dev/null +++ b/README.mkd @@ -0,0 +1,8 @@ +This repository is forked from: + +- [https://github.com/jfarleyx/chrome-native-messaging-golang](https://github.com/jfarleyx/chrome-native-messaging-golang) + + +[jfarleyx's project](https://github.com/jfarleyx/chrome-native-messaging-golang) is a great skeleton for anyone interested in writing native messaging host in Go. + +