From 8225016c84815907ea7e9656413b4e0f01ff75ef Mon Sep 17 00:00:00 2001 From: Elias Estrada Date: Tue, 20 Aug 2024 10:08:08 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0ef262..dc48588 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ForSure is a language designed to simplify projects by using a flat-file-like structured language/compiler/cli/converter system. It allows you to describe and document file structures in a clear and concise manner, similar to how you would write a Dockerfile for a container. ForSure uses a simple, human-readable syntax to represent directories, files, and their relationships. ## Getting Started 🎉 -To start using ForSure, clone this repository and review the sample `.fs` files included. You can write your ForSure definitions using any text editor. +To start using ForSure, clone this repository and review the sample `.forsure` files included. You can write your ForSure definitions using any text editor. ## Features ✨ - **Hierarchical Structure:** Mimics the natural file system's hierarchy. @@ -16,7 +16,7 @@ To start using ForSure, clone this repository and review the sample `.fs` files ### Basic Example -Here's a basic example of what a `.fs` file looks like: +Here's a basic example of what a `.forsure` file looks like: ```forsure root: