Skip to content

Commit

Permalink
Escape asterisks in README.md (#4635)
Browse files Browse the repository at this point in the history
Summary:
The unescaped asterisks were being interpreted as **bold** syntax when rendered by markdown. They are glob operators and should be displayed as asterisks.

Pull Request resolved: #4635

Reviewed By: monicatang

Differential Revision: D54431954

Pulled By: captbaritone

fbshipit-source-id: 9e71a135b94ca994cd7b709509eda09eec91be5e
  • Loading branch information
cmtm authored and facebook-github-bot committed Mar 2, 2024
1 parent 9963547 commit 14314f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ file sources, and "listen" to the file changes in the "watch" mode. If
enabling this the babel plugin needs `artifactDirectory` to be set as well.
[string]
- `excludes` Directories to ignore under `src`. [array] [default:
["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"]]
["\*\*/node_modules/\*\*", "\*\*/__mocks__/\*\*", "\*\*/__generated__/\*\*"]]
- `schemaExtensions` List of directories with schema extensions. [array]
- `schemaConfig`
- `nodeInterfaceIdField` Configure the name of the globally unique ID field on
Expand Down

0 comments on commit 14314f9

Please sign in to comment.