Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elicharlese authored Aug 20, 2024
1 parent ad98b3a commit 8225016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit 8225016

Please sign in to comment.