Update docs to talk about default.project.json

This commit is contained in:
Lucien Greathouse
2019-02-01 18:03:41 -08:00
parent 69d1accf3f
commit 2c2554d73d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ cd my-new-project
rojo init
```
Rojo will make a small project file in your directory, named `roblox-project.json`. It'll make sure that any code in the directory `src` will get put into `ReplicatedStorage.Source`.
Rojo will make a small project file in your directory, named `default.project.json`. It'll make sure that any code in the directory `src` will get put into `ReplicatedStorage.Source`.
Speaking of, let's make sure we create a directory named `src`, and maybe a Lua file inside of it: