From f2e52bca148798a4b158c34ffcb2bb7b0d2df36e Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Tue, 16 Jan 2024 00:15:16 -0800 Subject: [PATCH] title and description --- README.md | 12 +++--------- book.json | 4 +++- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 564c50d..65e0045 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ -# ActionScript 3.0 Conversion Guide +# OpenFL ActionScript 3.0 Conversion Guide -This is a work-in-progress book about converting Actionscript code to Haxe for use with OpenFL. +This is a work-in-progress book about converting ActionScript 3.0 code to Haxe for use with OpenFL. -Please help provide feedback on the OpenFL [forums](http://community.openfl.org) or contact me directly on the OpenFL Slack chat. - -I hope this continues to grow as a resource to help make Haxe and OpenFL a useful tool to you. - -Thanks everyone! - -[Joshua](http://www.joshuagranick.com) \ No newline at end of file +Please help provide feedback on the [OpenFL forums](https://community.openfl.org) or on the [OpenFL Discord](https://discord.gg/tDgq8EE). \ No newline at end of file diff --git a/book.json b/book.json index 9e26dfe..6edef13 100644 --- a/book.json +++ b/book.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "title": "OpenFL ActionScript 3.0 Conversion Guide" +} \ No newline at end of file