From 05acd74644de7056d4eddf5c860c77630cbf421b Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Sat, 29 Jul 2023 01:34:40 +0200 Subject: [PATCH] minor README changes... --- README.md | 5 ----- README.mkd | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 README.md create mode 100644 README.mkd 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. + +